Ask Your Question
0

How to access / plot the calculation / internal variables of a user defined model

asked 2022-04-08 02:28:13 -0500

PSSE_Learner gravatar image

Hi Guys,

I have created a user model of the exciter and would like to analyze / access the internal / calculation variable and plot it in the dynamic simulation in PSSE.

I just wonder how to do it since i can not find any information about it.

This is how my code looks like. I would like to plot the VERROR.

VERROR = VREF(MC)-ECOMP(MC) ! This variable I want to plot in PSSE DSTATE(K) = (CON(J)*VERROR-STATE(K))/CON(J+1) EFD (MC) = STATE (K) ! This is the output

I would really appreciate any help / guidance on this regard.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-04-08 08:07:53 -0500

perolofl gravatar image

Assign VERROR to a VAR:

VAR(L) = VERROR

Declare that the model uses one VAR in the DYRE-record.

The VAR can be assigned to a channel and plotted.

edit flag offensive delete link more

Comments

Thank you very much for your very helpful answer. It helped me

PSSE_Learner gravatar imagePSSE_Learner ( 2022-04-08 11:19:31 -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

1 follower

Stats

Asked: 2022-04-08 02:28:13 -0500

Seen: 315 times

Last updated: Apr 08 '22