Ask Your Question
0

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

asked 2014-09-02 16:21:27 -0500

Nihal Mohan gravatar image

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?

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
1

answered 2014-09-04 19:35:51 -0500

Nihal Mohan gravatar image

updated 2014-09-04 19:37:16 -0500

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.

edit flag offensive delete link more
0

answered 2014-09-05 01:05:16 -0500

de_fr gravatar image

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.

edit flag offensive delete link more

Comments

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

Nihal Mohan gravatar imageNihal Mohan ( 2014-09-08 15:12:21 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2014-09-02 16:21:27 -0500

Seen: 1,579 times

Last updated: Sep 05 '14