How to access / plot the calculation / internal variables of a user defined model
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.