![]() | 1 | initial version |
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.