0

How I can print only amperes in short circuit calculations?

How I can print only amperes in short circuit calculations?

carlos.cdzjr@yahoo.com.x's avatar
1
carlos.cdzjr@yahoo.com.x
asked 2015-10-19 13:22:33 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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.

IanMelbourne93's avatar
58
IanMelbourne93
answered 2016-01-12 00:08:13 -0500, updated 2016-01-12 00:09:45 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks a lot!

Phat Huynh's avatar Phat Huynh (2016-10-18 10:37:03 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer