Ask Your Question
0

How I can print only amperes in short circuit calculations?

asked 2015-10-19 13:22:33 -0500

carlos.cdzjr@yahoo.com.x gravatar image

How I can print only amperes in short circuit calculations?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-01-12 00:08:13 -0500

IanMelbourne93 gravatar image

updated 2016-01-12 00:09:45 -0500

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.

edit flag offensive delete link more

Comments

Thanks a lot!

Phat Huynh gravatar imagePhat Huynh ( 2016-10-18 10:37:03 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2015-10-19 13:22:33 -0500

Seen: 2,531 times

Last updated: Jan 12 '16