First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Questions abour Coordinated Call Models

asked Aug 12 '0

Wendy gravatar image

updated Aug 12 '0

perolofl gravatar image

I have read POM about Coordinated Call Models. It says "coordinated call models, both those from the PSS®E Model Library as well as user-written models, must have their primary entry point name beginning with a character other than T.".

If I want to write a current injections model, how should I do?

1: Write a model begin with SUBROUTINE Modelname (MC, ISLOT) and call it in other model by writing:call Todelname (MC, ISLOT)?

or 2:

SUBROUTINE Modelname (MC, ISLOT)
include 'comon4.ins'
local declarations
(mode 1,2...)
RETURN
ENTRY Todelname (MC, ISLOT)
(mode 1,2...calculate current injection)
RETURN
END SUBROUTINE

1 answer

Sort by » oldest newest most voted
0

answered Aug 12 '0

perolofl gravatar image

Alternative 2 is correct.

link

Comments

Is there any example for current injection of Coordinated Call Models. I tried, but failed. And I'm still confused about that. Thanks.

Wendy gravatar imageWendy (Aug 13 '0)

What's your email?

perolofl gravatar imageperolofl (Aug 13 '0)
Wendy gravatar imageWendy (Aug 13 '0)

Sorry that I didn't receive the email. Could you please send me again? My email is chenxiaotong@sjtu.edu.cn. Thanks.

Wendy gravatar imageWendy (Aug 24 '0)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Aug 12 '0

Seen: 472 times

Last updated: Aug 12 '20