How I can print only amperes in short circuit calculations?
How I can print only amperes in short circuit calculations?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
How I can print only amperes in short circuit calculations?
Try the following, having used this before it gives Amps as the output.
psspy.short_circuit_units(1)
From The API manual
1.227 SHORT_ CIRCUIT_UNITS
Use this API to set the fault analysis output option setting to either per unit or physical units (activity OPTN).
Python syntax:
ierr = short_circuit_units(ival)
where:
IVAL = 0 per unit.
IVAL = 1 physical units.
Asked: 2015-10-19 13:22:33 -0500
Seen: 2,563 times
Last updated: Jan 12 '16
Constructing a Short Circuit Equivalent
Breaker contact parting time in IEC 60909 fault calculation
How do I export short circuit data(.sc) to an excel file using pss/e and python?
how to ger sequence data with (.raw and .dyr) use psse
how do i model a motor load in PSSE ver33?
How can i plot short circuit current Iccafter performing dynamic simulation ?