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!
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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!
Use the API 'DSRVAL' with string = 'DELT'
ierr, rval = psspy.dsrval(string)
Asked: 2015-09-24 12:25:00 -0500
Seen: 3,037 times
Last updated: Sep 24 '15
How to change the time step of a dynamic simulation case ?
Python API to return Power variables (Dynamic Sim.)
Equivalent Grid Representation for Dynamic Analysis
run dynamic simulation without having dynamic parameters in the *.dyr file
Parallel Processing, License Time
Stability of dynamic simulation for the BESS
Generator Modulation During Dynamic Simulation
Dynamic simulation output channel
Convert dynamic OUT files to Excel XLSX files
How to save and continue a switching event in dynamic simulation?
Thanks jconto, I would also like to access the specific load values of buses via python, would that be similar in method?
Yes. Check the API manual for load-related functions.