0

Is there a way to get the number of CON entries for a given model?

I know, that given the machine bus number and id, i can get the model name (MDLNAM) and starting index (MDLIND). But is there a way to automatically (using psspy) get the number of CONs in the model?

bikiran1991's avatar
47
bikiran1991
asked 2022-10-10 10:33:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Sure, just use API MDLIND with string2 = 'NCON'.

perolofl's avatar
3.8k
perolofl
answered 2022-10-10 14:30:38 -0500
edit flag offensive 0 remove flag delete link

Comments

damn, i should have paid more attention to the arguments. Thanks!

bikiran1991's avatar bikiran1991 (2022-10-10 15:40:47 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer