Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Single Line Diagram using Python routine

Thank you JervisW... My problem didn'tsolve yet.I wrote the similar code as u suggest i.e; DrawBusSLD but when i run it on PSSE it didn't create the single line diagram.Then i tried to create a single bus by writing this code import os import sys PSSE_PATH=r'C:/program files/pti/psseuniversity32/pssbin' sys.path.append(PSSE_PATH) os.environ['PATH']+=';'+PSSE_PATH import psspy growbus(101,0,-3.2) Again no SLD created there. Please me where is the problem.. ?

click to hide/show revision 2
formatting and tags.

Single Line Diagram using Python routine

Thank you JervisW... My problem didn'tsolve yet.I wrote the similar code as u suggest i.e; DrawBusSLD but when i run it on PSSE it didn't create the single line diagram.Then i tried to create a single bus by writing this code

import os
import sys
PSSE_PATH=r'C:/program files/pti/psseuniversity32/pssbin'
sys.path.append(PSSE_PATH)
os.environ['PATH']+=';'+PSSE_PATH
import psspy
growbus(101,0,-3.2)growbus(101,0,-3.2)

Again no SLD created there. Please me where is the problem.. ?