VAR array access
is there a way to access "var" variable in psse using python API?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
is there a way to access "var" variable in psse using python API?
@perolofl was right.
more detailedly, the starting indexes of VAR, CON, ICON, STATE can be returned by API like mdlind, lmodind, etc., and the index for the data you want is based on the model documentary.
You can access the var value with:
ierr, rval = psspy.dsrval('VAR', indx)
where indx is the VAR index.
Asked: 2017-05-02 15:02:17 -0500
Seen: 1,463 times
Last updated: Jul 06 '17
running PSSE from Python, error : Invalid Floating-Point number
How to output STATE and DSTATE by PSS/E dynamic simulation used Python command?
subsystem identifiers range from 0 to 11
Python crashes when trying open a second case file
How to use Python do such a simulation on PSSE?
Anyone can help me to debug the Python program?
Open several psspy-instances from Python
Getting all the branches in an area by just the area number?
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.