Ask Your Question
0

getting power flow reports without transformers

asked 2023-08-17 03:19:47 -0500

anonymous user

Anonymous

updated 2023-08-17 03:20:10 -0500

hi there

I wanna get power flow reports without transformers, but I don't know how to do.

could anyone help me get this?

I want the result in this kind of format:

[bus #]-[name]-[base kV]-[area]---[bus #]-[name]-[base kV]-[area]-[ckt]-[loading]-[rate]-[percent]

thank you :)

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2023-08-25 08:45:11 -0500

waltterval_again gravatar image

Pass the results to a pandas dataframe and then filter it. You can use a filter where the kV1 equal to kV2.

edit flag offensive delete link more
0

answered 2023-08-17 03:56:49 -0500

perolofl gravatar image

Loop the branches and use BRNDAT and BRNMSC to get the results.

edit flag offensive delete link more

Comments

i'm a beginner of psse, so i don't know how to loop the branches.. could you explain a little bit of detail please?

americano gravatar imageamericano ( 2023-08-17 04:06:11 -0500 )edit

I meant to use a Python script to loop the branches. Maybe the bus based report (POUT) is enough for you.

perolofl gravatar imageperolofl ( 2023-08-17 08:00:35 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2023-08-17 03:19:47 -0500

Seen: 142 times

Last updated: Aug 25 '23