First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
To check the power flow on a branch after solve a sav case, you can click on GOUT/GEXM (Ctrl+shift+G) on toolbar then type from bus(to bus) of the branch and see active and reactive power of the branch.
You also can use the python script brnflow_csv that's already available on C:\Program Files (x86)\PTI\PSSE33\EXAMPLE to get the power flow on all of the branches. Result files is a .csv file, which can be opened by MS excel. And when you get used to with it, you can modified the script to get suitable output.