How can I access DCLF solution?
I am trying to perform DCLF (using PSSE v33) and access its solution for sample test system. Which APIs can I use to get this done?
add a comment
I am trying to perform DCLF (using PSSE v33) and access its solution for sample test system. Which APIs can I use to get this done?
Use option to save base case dc power flow voltages in working memory after DCLF.
Use API psspy.abusreal()
to get the voltage magnitude and angle for all buses.
Thanks for your answer.