First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

getting power flow reports without transformers

asked Aug 17 '3

anonymous user

Anonymous

updated Aug 17 '3

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 :)

2 answers

Sort by » oldest newest most voted
0

answered Aug 25 '3

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.

link
0

answered Aug 17 '3

perolofl gravatar image

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

link

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 (Aug 17 '3)

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

perolofl gravatar imageperolofl (Aug 17 '3)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Aug 17 '3

Seen: 175 times

Last updated: Aug 25 '23