Ask Your Question
0

Dynamic Simulation Relative Angle

asked 2015-10-19 17:20:42 -0500

Lassettc gravatar image

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!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2015-10-27 13:35:20 -0500

cajief gravatar image

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.

edit flag offensive delete link more
0

answered 2015-10-25 07:57:06 -0500

de_fr gravatar image

Try to add an output channel by using API:

VOLTAGEANDANGLE_CHANNEL

where you can find the voltage magnitude and angle

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-10-19 17:20:42 -0500

Seen: 3,339 times

Last updated: Oct 27 '15