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

Ask Your Question
0

API to increase load in dynamic

asked Apr 19 '2

Majo021 gravatar image

Hi:

I need your help to know the command to increase load in dynamic.

Thanks!

1 answer

Sort by » oldest newest most voted
0

answered Apr 19 '2

perolofl gravatar image

You can pause the simulation and make a stepchange for a bus load with API:

psspy.load_chng_4(ibus,lid,[],[ 120.0,_f,_f,_f,_f,_f])

Here the constant power load at ibus, load id lid is changed to 120 MW. Use other real arguments to change constant current load or constant impedance load.

It is also possible to use scale activity (SCAL) to scale all loads in a subsystem.

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

1 follower

Stats

Asked: Apr 19 '2

Seen: 492 times

Last updated: Apr 19 '22