First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Jan 12 '16

IanMelbourne93 gravatar image

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 = shortcircuitunits(ival)

where:

IVAL = 0 per unit.

IVAL = 1 physical units.

click to hide/show revision 2
No.2 Revision

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 = shortcircuitunits(ival)

short_circuit_units(ival)

where:

IVAL = 0 per unit.

IVAL = 1 physical units.

click to hide/show revision 3
No.3 Revision

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.