Ask Your Question
0

PSS/e Time Step Variable

asked 2015-09-24 12:25:00 -0500

Lassettc gravatar image

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!

edit retag flag offensive 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 gravatar imageLassettc ( 2015-09-25 15:38:51 -0500 )edit
1

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

jconto gravatar imagejconto ( 2015-10-02 17:24:28 -0500 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-09-24 16:00:08 -0500

jconto gravatar image

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

ierr, rval = psspy.dsrval(string)
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2015-09-24 12:25:00 -0500

Seen: 2,993 times

Last updated: Sep 24 '15