Ask Your Question

Amir's profile - activity

2013-07-24 11:31:02 -0500 received badge  Famous Question (source)
2013-06-15 10:58:04 -0500 commented question SLD development

Yes Exactly..Can you suggest me the method for this?

2013-06-04 00:49:30 -0500 received badge  Notable Question (source)
2013-05-30 11:43:01 -0500 received badge  Popular Question (source)
2013-05-25 00:30:46 -0500 asked a question SLD development

I am working on Single line diagram(SLD) development using python.And i need to know know the locations of buses. ANYONE can tell me the Command to extract "bus laocation" from the .sav file. REGARDS..!!

2013-05-21 05:19:57 -0500 answered a question impedance load

I am working on Single line diagram(SLD) development using python.And i need to know know the locations of buses. ANYONE can tell me the Command to extract "bus laocation" from the .sav file. REGARDS..!!

2013-04-28 00:06:50 -0500 received badge  Famous Question (source)
2013-04-22 06:51:17 -0500 received badge  Famous Question (source)
2013-03-31 23:30:40 -0500 received badge  Notable Question (source)
2013-03-31 23:29:57 -0500 received badge  Notable Question (source)
2013-03-25 19:47:06 -0500 received badge  Popular Question (source)
2013-03-20 19:48:35 -0500 received badge  Popular Question (source)
2013-03-19 10:28:54 -0500 asked a question 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.. ?

2013-03-19 10:20:29 -0500 answered a question Can we create a single line diagram(sld) from raw data using python?

Hi.I am the beginner of PSS'E.I want to create single line diagram using Python routine.Can you suggest me that from where should I read to get the Idea about Commands.

2013-03-17 19:02:29 -0500 received badge  Student (source)
2013-03-16 14:00:31 -0500 asked a question Single Line Diagram Development in PSSE using python routine

Hi..I am a beginner of Psse.I want to create single line diagram using python routine.Can you sugggest me from where should I read the basic idea and commands about it.