Ask Your Question
2

Scaling load

asked 2013-05-15 07:21:16 -0500

bennettl gravatar image

Is there a way, within python code, to scale load by a certain amount rather than to set a new value? In other words I don't want to set the scaled load to a certain value, I'd like to instead change it by a certain value.

edit retag flag offensive close merge delete

Comments

Yep, you can use `scal`

JervisW gravatar imageJervisW ( 2013-05-23 08:08:38 -0500 )edit

2 answers

Sort by ยป oldest newest most voted
2

answered 2013-05-17 19:21:10 -0500

yfwing gravatar image

check the API, you can set the incremental value, rather than a new total in the function scale_2

edit flag offensive delete link more
0

answered 2013-05-23 08:13:28 -0500

JervisW gravatar image

Here is how you can use scal with Python to to an incremental scale instead of setting to a specific level.

psspy.scal(
         sid=1,         # only scale subsystem id 1
         status1=3,     # specify incremental power
         status3=5,     # incremental Q load
         scalval1=5,    # increment by 5 MW
         scalval7=5)    # increment by 5 MVAr

1.216 of the API manual has the full run down of options for scal

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: 2013-05-15 07:21:16 -0500

Seen: 1,325 times

Last updated: May 23 '13