blockSwitchRelay
Relay for sequential switching
Extends from PowerSystems.Icons.Block0 (Block icon 0).
Information
Allows choosing the phases that will be switched at defined time-events t_switch (finite length vector).
The switching sequence is one of
closed - open - closed - ... open - closed - open - ...
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 3 | number of signals |
| Integer[:] | switched | 1:n | switched signals |
| Boolean | ini_state | true | initial state (closed true, open false) |
| SI.Time[:] | t_switch | {1} | switching time vector |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanOutput | y | boolean state of switch (closed:true, open:false) |