First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
How to get the list of Machine inertia form PSSE?
I have tried
print psspy.aindmacreal(0,4,'H') and print psspy.aindmacreal(string='H')
in IEEE 39 system. the response of them is
(2, [None])
(0, [[]])
I want to get a list of every Machine inertia in the system like [42,4,4,4,4,4,4,4,4,4]
how should I code in my python ?
Thanks
2 | No.2 Revision |
How to get the list of Machine inertia form from PSSE?
I have tried
print psspy.aindmacreal(0,4,'H') and print psspy.aindmacreal(string='H')
in IEEE 39 system. the response of them is
(2, [None])
(0, [[]])
I want to get a list of every Machine inertia in the system like [42,4,4,4,4,4,4,4,4,4]
how should I code in my python ?
Thanks