0

getting power flow reports without transformers

  • retag add tags

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

anonymous user
asked 2023-08-17 03:19:47 -0500, updated 2023-08-17 03:20:10 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

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

waltterval_again's avatar
26
waltterval_again
answered 2023-08-25 08:45:11 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

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

perolofl's avatar
3.8k
perolofl
answered 2023-08-17 03:56:49 -0500
edit flag offensive 0 remove flag delete 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's avatar americano (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's avatar perolofl (2023-08-17 08:00:35 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer