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: 305 times
Last updated: Dec 04 '24
How to describe a load with time-varying active power by Python in PSS/E simulation?
Conversion of uexc.flx flecs code to uexc.for fortran code
Python code for interchange between two areas
How to output STATE and DSTATE by PSS/E dynamic simulation used Python command?
subsystem identifiers range from 0 to 11
Open several psspy-instances from Python