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,088 times
Last updated: Jul 06 '17
Python crashes when trying open a second case file
Interchange or swap winding columns for 2-winding transformer in PSSE using python (psspy)
running PSSE from Python, error : Invalid Floating-Point number
How to describe a load with time-varying active power by Python in PSS/E simulation?
Open several psspy-instances from Python
Conversion of uexc.flx flecs code to uexc.for fortran code
When simulation in python fault files in flt folder how to set
PSSE custom output device with python