0

CBEST model in pss/e

Hi everyone, I.m studying the BESS. I find the CBEST model can use for BESS simulate, CBEST mode need an auxilary signal to set Paux, I try using PAUX1 model but it can't insert. How can I do to use CBEST ? Thank you.

vetero's avatar
37
vetero
asked 2024-09-05 19:53:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Signal Paux can be updated manually during the simulation- with API

psspy.change_plmod_var(IBUS,ID",r"""CBEST""",1, Paux)

It is also possible to write your own auxiliary model that controls VAR(L) of CBEST.

perolofl's avatar
3.8k
perolofl
answered 2024-09-07 01:59:37 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you so much

vetero's avatar vetero (2024-09-09 04:10:07 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer