How to connect and disconnect a load during dynamic simulation?
Connect a resistive load and then disconnect it for transient improvement!
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Connect a resistive load and then disconnect it for transient improvement!
You can use psas code or batch command in the idev file, if any, is being used for the dynamic simulation. Consult PSAS guide and/or API guide for the PSSe.
Unless we're talking about very old version of PSS/E I'd highly recommend using Python instead. ierr = load_chng_4(i, id, intgar, realar)
is what you're most probably looking for. See more details on page 2-36 or 724 in your API.pdf
Asked: 2016-02-03 16:58:33 -0500
Seen: 7,873 times
Last updated: Feb 08 '16