InterPSS controller models are built using the InterPSS Controller Modeling Language (CML) and the InterPSS Controller Building Blocks. This reference manual documents all available exciter models.
InterPSS controller models are built using the InterPSS Controller Modeling Language (CML) and the InterPSS Controller Building Blocks. The InterPSS development team will continuing to add more excitation system models. The following information are covered:
@AnController(
input="this.refPoint + pss.vs - mach.vt",
output="this.delayBlock.y",
refPoint="this.delayBlock.u0-pss.vs + mach.vt",
display= {"str.Efd, this.output", "str.ExciterState, this.delayBlock.state"}
)
public double k = 50.0, t = 0.05, vmax = 10.0, vmin = 0.0;
@AnControllerField(
type= CMLFieldEnum.ControlBlock,
input="this.refPoint + pss.vs - mach.vt",
parameter={"type.Limit", "this.k", "this.t", "this.vmax", "this.vmin"},
y0="mach.efd" )
DelayControlBlock delayBlock;
Default Parameter
IEEE Std 421.5 Excitation System Models