Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As far as I know, you can write code to change the output of each wind farm before solving the power flow to simulate the power system in different wind power output scenarios.

But you might not do this during the dynamic simulation, that is to say during dynamic simulation, you can not change the wind power output incurred by the change of wind speed, it seems that PSSE does not have this function.

As far as I know, you can write code to change the output of each wind farm before solving the power flow to simulate the power system in different wind power output scenarios.

But you might not do this during the dynamic simulation, that is to say during dynamic simulation, you can not change the wind power output incurred by the change of wind speed, it seems that PSSE does not have this function.

If you want to change before solving power flow, you can just change the Pgen(MW) of the wind power in the GUI under the machine data window, then solve the power flow. For code, use " psspy.machinechng2(i, id, intgar, realar) " ( please find the detailed introduction in API.pdf).