0

Is there an API to fetch the starting ‘VAR’ location of a user written (say HVDC model) from the snap shot?

Is there an API to fetch the starting ‘VAR’ location of a user written (say HVDC) model from the snap shot, just like we have “psspy.dc2mind(names, 'VAR')” for a library model?

Nihal Mohan's avatar
61
Nihal Mohan
asked 2014-09-02 16:21:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1
I had asked this question to PTI Siemens and I got a response from them which is :
--------------------------------------------------------------------------------------------------------------------------------------

If the HVDC models called via CONEC and CONET subroutines (if this is the case you will see these hvdc models being called in conec and conet files with some hardcoded numbers as arguments), there is not any API to access the starting VARs etc (the reason being that PSSE generates these model calls and no information about such models is retained) If these models are called in conec and conet, these can be converted to a non-conec form. Once you do this you can, depending on whether the hvdc is a 2-terminal, or muli-terminal or a VSC dc line, use one of the APIs (DC2MIND, DCNMIND, and VSCMIND) to access the starting VARs etc.

Nihal Mohan's avatar
61
Nihal Mohan
answered 2014-09-04 19:35:51 -0500, updated 2014-09-04 19:37:16 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Use the DC2MIND you can find almost all the Information about your HVDC link:

CALL DC2MIND(NAME, STRING, IVAL, IERR)

detailed Information please refer to API-7.31.

de_fr's avatar
1
de_fr
answered 2014-09-05 01:05:16 -0500
edit flag offensive 0 remove flag delete link

Comments

I tried that API, it doesn't work with conec/conet based models. Thanks.

Nihal Mohan's avatar Nihal Mohan (2014-09-08 15:12:21 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer