0

Dynamic Simulation Relative Angle

Is there an API in order to access the relative angle that you set during dynamic simulation? I know you can set it to be relative to a bus, the average angle, or the square of average angle. I'd like to be able to access and modify this angle to change different generator angle plots.

Thanks!

Lassettc's avatar
17
Lassettc
asked 2015-10-19 17:20:42 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Try to add an output channel by using API:

VOLTAGEANDANGLE_CHANNEL

where you can find the voltage magnitude and angle

de_fr's avatar
1
de_fr
answered 2015-10-25 07:57:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

There's an API add machine angle statistics as outputs for a given subsystem:

ierr = psspy.chsb(sid, all, status)

Where status is an array of 6 elements and Status(4) = 8 for machine angle statistics for a given subsystem. Six channels are added with the average angle, largest angle, smallest angle, angle spread, largest angle bus, and smallest angle bus. This can also be accomplished through the menu items Dynamics>>Define simulation output by subsystem>>machine angle statistics.

If you need to multiple "relative" angles for the same run or would like to determine the other reference angles, then I suppose this will have to be done when plotting the results.

cajief's avatar
174
cajief
answered 2015-10-27 13:35:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer