Obtain model constant DESCRIPTION
I was looking for a python function to obtain the description(name) of the model constants. For example :
For the generator GENROU model, I want the function to return H,Inertia for constant J+4.
This will help to display constant information along with the values. Is there any way to obtain the model constant names/description from python?
Thank you.
This would be great to know. Did you discover anything?
Not yet. I did go through the API reference but couldn't find a function to do so. Though we can see the constant description in the PSSE GUI, looks like we don't have a way to extract it using python.