blockBaseControllerFramework
Base framework for all controllers such as AVR, PSS, etc.
Information
Provides the base framework for all controllers (e.g. governors, AVRs) where one could want to fix the initial value of the controlled output based on the power flow start values.
Parameters
| Type | Name | Default | Description |
| Initialization |
| Boolean | fixInitialControlledVariableDefault | if (systemPowerGrids.initOpt == Types.Choices.InitializationOption.globalSteadyStateFixedPowerFlow or systemPowerGrids.initOpt == Types.Choices.InitializationOption.localSteadyStateFixedPowerFlow) then true else false | = true adds extra initial equation to fix controlled variable |
| Boolean | fixInitialControlledVariable | fixInitialControlledVariableDefault | = true adds extra initial equation to fix controlled variable |
Components
| Type | Name | Default | Description |
| System | systemPowerGrids | | Reference to system object for system-level defaults |