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.
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.