VAR array access
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.