Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Calculate Three-Phase Short-Circuit Current using Python

Hello

What is the appropriate Python syntax which can calculate and provide only "Three-Phase (symmetrical) short circuit" at a certain bus. The "psspy.scmu" calculates additionally line to ground and double line to ground faults but I need only 3-Phase SC current and to be output it to a txt file by using this syntax: psspy.report_output(2, r"""SC-3PH.txt""", [0, 0])

Thanks in advance.