Marine systems simulation
|
Select indexed signals from an input vector and output a concatenated vector.
The selector extracts a set of values form the input signal and outputs them as new signal. The new signal width is defined by the number of values extracted from the input.
Name | Width | Description |
---|---|---|
In | <PortWidth> | The input signal |
Name | Width | Description |
---|---|---|
Out | Determined by the number of elements in <OutputIndex> | The values extracted from the input signal |
Name | Width | Description |
---|---|---|
PortWidth | 1 |
The number of elements in the input and output ports |
OutputIndex | N | List of indexes in the input signal to extract and output (zero-indexed) |
There are no initial conditions for this function.
This SimObject is referred to as Signal/Selector