0

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.

bhtuotuo's avatar
1
bhtuotuo
asked 2017-09-29 10:50:59 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Unfortunately, there is no such API available. I am also missing that function in PSS/E.

perolofl's avatar
3.8k
perolofl
answered 2017-09-30 01:45:13 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you, sir. Any other way obtaining the CON description? I'm trying programming to do that...

bhtuotuo's avatar bhtuotuo (2017-10-02 09:03:16 -0500) edit
add a comment see more comments
0

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.

oppossumX's avatar
50
oppossumX
answered 2017-11-06 19:08:39 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks, I used the information in MODELS.pdf to extract CON description.

bhtuotuo's avatar bhtuotuo (2017-11-08 09:15:14 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer