| Integer | NbSwitchOffSignalsSide1 (from SwitchOffLogicSide1) | | Number of switch-off signals to take into account in inputs |
| Boolean | SwitchOffSignal1Side10 (from SwitchOffLogicSide1) | false | Initial switch-off signal 1 for side 1 of the quadripole |
| Boolean | SwitchOffSignal2Side10 (from SwitchOffLogicSide1) | false | Initial switch-off signal 2 for side 1 of the quadripole |
| Boolean | SwitchOffSignal3Side10 (from SwitchOffLogicSide1) | false | Initial switch-off signal 3 for side 1 of the quadripole |
| Boolean | RunningSide10 (from SwitchOffLogicSide1) | if NbSwitchOffSignalsSide1 >= 3 then not (SwitchOffSignal1Side10 or SwitchOffSignal2Side10 or SwitchOffSignal3Side10) elseif NbSwitchOffSignalsSide1 >= 2 then not (SwitchOffSignal1Side10 or SwitchOffSignal2Side10) else not SwitchOffSignal1Side10 | Indicates if the component is initially running on side 1 or not |
| Integer | NbSwitchOffSignalsSide2 (from SwitchOffLogicSide2) | | Number of switch-off signals to take into account in inputs |
| Boolean | SwitchOffSignal1Side20 (from SwitchOffLogicSide2) | false | Initial switch-off signal 1 for side 2 of the quadripole |
| Boolean | SwitchOffSignal2Side20 (from SwitchOffLogicSide2) | false | Initial switch-off signal 2 for side 2 of the quadripole |
| Boolean | SwitchOffSignal3Side20 (from SwitchOffLogicSide2) | false | Initial switch-off signal 3 for side 2 of the quadripole |
| Boolean | RunningSide20 (from SwitchOffLogicSide2) | if NbSwitchOffSignalsSide2 >= 3 then not (SwitchOffSignal1Side20 or SwitchOffSignal2Side20 or SwitchOffSignal3Side20) elseif NbSwitchOffSignalsSide2 >= 2 then not (SwitchOffSignal1Side20 or SwitchOffSignal2Side20) else not SwitchOffSignal1Side20 | Indicates if the component is initially running on side 2 or not |
| Constants.state | State0 | Constants.state.Closed | Start value of connection state |