Ask Your Question

annht's profile - activity

2019-07-23 01:52:52 -0500 received badge  Famous Question (source)
2019-07-21 01:59:13 -0500 commented answer Get Mbase (MVA) of Machine from PSSE for Python code

Thank you for your suggestion.

2019-07-21 01:58:33 -0500 received badge  Notable Question (source)
2019-07-19 18:10:41 -0500 received badge  Popular Question (source)
2019-07-19 12:57:33 -0500 commented answer Get Mbase (MVA) of Machine from PSSE for Python code

Thank you for your support. I used your code, I can get data. If I need to get power from all these machines, please give me some advice. I tried to use for loop, in my opinion, this is not the best way.

2019-07-19 12:52:01 -0500 received badge  Scholar (source)
2019-07-18 10:24:49 -0500 received badge  Editor (source)
2019-07-18 10:22:38 -0500 asked a question Get Mbase (MVA) of Machine from PSSE for Python code

Hi all,

Please help me to get Mbase (MVA) of Machine from PSSE for Python.

I would like to use this to calculate with inertia (H) value.

Although I can get H as syntax below, I dont know how to get Mbase (MVA).

ierr = psspy.rwdy(option1=2,option2=0,out=0,ofile="C:\Program Files (x86)\PTI\PSSE34\EXAMPLE\python_test1.out")

21421 'GENROU' 1     11.000      0.47000E-01  0.67000      0.50000E-01
          6.2300       0.0000       2.1000       1.5500      0.21000
         0.40000      0.16000      0.13000      0.36100      0.69300

Thanks!