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.. ?