First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You can change load in the static data, adding a load in a bus.
In pyhton, the script is:
psspy.loaddata3(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
2 | No.2 Revision |
You can change load in the static data, adding a load in a psspy.loaddata3(50061,r"""1""",[i,i,i,i,i],[ 1.4, 1.05,f,f,f,_f])