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 ?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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 ?
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
Asked: 2014-11-26 10:09:52 -0500
Seen: 1,856 times
Last updated: Nov 27 '14
How to use Load increase power factor in PV analysis?
Frequency change on load change in dynamic simulation.
How to retrieve specific load data from psse with python
Model of single phase machine in PSS/E
Load Flow Blown up in Minimum Model
How do I change the loads on PSSE?
API to increase load in dynamic
How to describe a load with time-varying active power by Python in PSS/E simulation?
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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.
Thanks a lot.