Define new area
I am using sample.raw file, wants to define/add area using python command line. I have added code defining parameters. It does not show any error in the output bar but does not update/add parameters in network data. Kindly guide.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I am using sample.raw file, wants to define/add area using python command line. I have added code defining parameters. It does not show any error in the output bar but does not update/add parameters in network data. Kindly guide.
To add area 7 with name "NEW AREA" use:
ierr = psspy.area_data(7,_i,[_f,_f],r"""NEW AREA""")
For explanation of ierr see the API manual.
Asked: 2024-12-03 14:22:23 -0600
Seen: 240 times
Last updated: Dec 04 '24
running PSSE from Python, error : Invalid Floating-Point number
psspy can't run with another case without any exception
Conversion of uexc.flx flecs code to uexc.for fortran code
Python code for interchange between two areas
Python crashes when trying open a second case file
subsystem identifiers range from 0 to 11
Anyone can help me to debug the Python program?
How to use Python do such a simulation on PSSE?