How to return machine CON description?
Hi, I can use mdlind to return generator CON value, can some command return the CON description? So I can match it with the CON value. Thanks.
Hi, I can use mdlind to return generator CON value, can some command return the CON description? So I can match it with the CON value. Thanks.
The CON descriptions are specified in the MODELS.pdf documentation accompanying PSSE. Several python modules exist that can be used to parse pdfs. You could write a quick script using something like PDFMiner to extract the CON descriptions for each model from the pdf document.
Thanks, I used the information in MODELS.pdf to extract CON description.
Unfortunately, there is no such API available. I am also missing that function in PSS/E.
Thank you, sir. Any other way obtaining the CON description? I'm trying programming to do that...