1

Increasing / decreasing load

I need to increase/decrease load during my dynamic simulation. I don't find increase/decrease load option in disturbance tap Anyone can help how can i do it ?

Amr's avatar
35
Amr
asked 2014-11-26 10:09:52 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Just change your load in load tab of network data sheet. In case you need a command to do this task, here it is: load_chng_4(i, id, intgar, realar) You should check API of this command in API.pdf.

Cao Huy's avatar Cao Huy (2014-11-27 02:36:05 -0500) edit

Thanks a lot.

Amr's avatar Amr (2014-11-27 05:30:40 -0500) edit
add a comment see more comments

1 Answer

0
You can change load in the static data, adding a load in a bus.

In pyhton, the script is:

psspy.load_data_3(50061,r"""1""",[_i,_i,_i,_i,_i],[ 1.4, 1.05,_f,_f,_f,_f])

50061 is the bus where I aplied the load, P = 1.4 MW and Q = 1.05 MVAr
RST's avatar
16
RST
answered 2014-11-27 02:30:42 -0500, updated 2014-11-27 02:31:20 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you

Amr's avatar Amr (2014-11-27 05:31:37 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer