0

PSS/e Time Step Variable

Hello,

I'd like to access the time step variable that PSS/e uses to iterate through solving the differential equations during dynamic simulation. I was wondering if there is an API to access this variable.

Thanks!

Lassettc's avatar
17
Lassettc
asked 2015-09-24 12:25:00 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Thanks jconto, I would also like to access the specific load values of buses via python, would that be similar in method?

Lassettc's avatar Lassettc (2015-09-25 15:38:51 -0500) edit
1

Yes. Check the API manual for load-related functions.

jconto's avatar jconto (2015-10-02 17:24:28 -0500) edit
add a comment see more comments

1 Answer

1

Use the API 'DSRVAL' with string = 'DELT'

ierr, rval = psspy.dsrval(string)
jconto's avatar
2.9k
jconto
answered 2015-09-24 16:00:08 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer