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

Ask Your Question
0

How I can print only amperes in short circuit calculations?

asked Oct 19 '15

carlos.cdzjr@yahoo.com.x gravatar image

How I can print only amperes in short circuit calculations?

1 answer

Sort by » oldest newest most voted
1

answered Jan 12 '16

IanMelbourne93 gravatar image

updated Jan 12 '16

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.

link

Comments

Thanks a lot!

Phat Huynh gravatar imagePhat Huynh (Oct 18 '16)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Oct 19 '15

Seen: 2,588 times

Last updated: Jan 12 '16