First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

PSS/e Time Step Variable

asked Sep 24 '15

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!

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 (Sep 25 '15)
1

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

jconto gravatar imagejconto (Oct 2 '15)

1 answer

Sort by » oldest newest most voted
1

answered Sep 24 '15

jconto gravatar image

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

ierr, rval = psspy.dsrval(string)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Sep 24 '15

Seen: 3,059 times

Last updated: Sep 24 '15