| Integer | NbSwitchOffSignals (from SwitchOffLogic) | | Number of switch-off signals to take into account in inputs |
| Boolean | SwitchOffSignal10 (from SwitchOffLogic) | false | Initial switch-off signal 1 |
| Boolean | SwitchOffSignal20 (from SwitchOffLogic) | false | Initial switch-off signal 2 |
| Boolean | SwitchOffSignal30 (from SwitchOffLogic) | false | Initial switch-off signal 3 |
| Boolean | Running0 (from SwitchOffLogic) | if NbSwitchOffSignals >= 3 then not (SwitchOffSignal10 or SwitchOffSignal20 or SwitchOffSignal30) elseif NbSwitchOffSignals >= 2 then not (SwitchOffSignal10 or SwitchOffSignal20) else not SwitchOffSignal10 | Indicates if the component is initially running or not |
| Constants.state | State0 (from SwitchOffLoad) | Constants.state.Closed | Start value of connection state |
| Types.ComplexVoltagePu | u0Pu (from BaseLoad) | | Start value of complex voltage at load terminal in pu (base UNom) |
| Types.ComplexApparentPowerPu | s0Pu (from BaseLoad) | | Start value of apparent power at load terminal in pu (base SnRef) (receptor convention) |
| Types.ComplexCurrentPu | i0Pu (from BaseLoad) | | Start value of complex current at load terminal in pu (base UNom, SnRef) (receptor convention) |
| Real | Alpha | | Active load sensitivity to voltage |
| Real | Beta | | Reactive load sensitivity to voltage |
| Integer | NbMotors | | Number of motors modelled in the load |
| Real[NbMotors] | ActiveMotorShare | | Share of active power consumed by motors (between 0 and 1) |
| Types.ApparentPowerModule[NbMotors] | SNom | ActiveMotorShare*s0Pu.re*SystemBase.SnRef | Nominal apparent power of a single motor in MVA |
| Types.PerUnit[NbMotors] | RsPu | | Stator resistance in pu (base UNom, SNom) |
| Types.PerUnit[NbMotors] | RrPu | | Rotor resistance in pu (base UNom, SNom) |
| Types.PerUnit[NbMotors] | XsPu | | Stator leakage reactance in pu (base UNom, SNom) |
| Types.PerUnit[NbMotors] | XrPu | | Rotor leakage reactance in pu (base UNom, SNom) |
| Types.PerUnit[NbMotors] | XmPu | | Magnetizing reactance in pu (base UNom, SNom) |
| Real[NbMotors] | H | | Inertia constant in s |
| Real[NbMotors] | torqueExponent | | Exponent of the torque speed dependency |
| Types.ActivePowerPu | PLoad0Pu | | Start value of the active power consumed by the load in pu (base SnRef) |
| Types.ReactivePowerPu | QLoad0Pu | | Start value of the reactive power consumed by the load in pu (base SnRef) |
| Types.ComplexCurrentPu[NbMotors] | is0Pu | | Start value of the stator current in pu (base SNom, UNom) |
| Types.ComplexCurrentPu[NbMotors] | im0Pu | | Start value of the magnetising current in pu (base SNom, UNom) |
| Types.ComplexCurrentPu[NbMotors] | ir0Pu | | Start value of the rotor current in pu (base SNom, UNom) |
| Types.PerUnit[NbMotors] | ce0Pu | | Start value of the electrical torque in pu (base SNom, omegaNom) |
| Real[NbMotors] | s0 | | Start value of the slip of the motor |
| Types.AngularVelocityPu[NbMotors] | omegaR0Pu | | Start value of the angular velocity of the motor in pu (base omegaNom) |
| Types.ComplexCurrentPu[NbMotors] | motori0Pu | | Start value of complex current at load terminal in pu (base UNom, SnRef) (receptor convention) |
| Types.ComplexApparentPowerPu[NbMotors] | motors0Pu | | Start value of complex apparent power in pu (base SnRef) (receptor convention) |