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.
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.
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.