|
|
| Vector | C | ST | |
в палитре |
на схеме |
The block is vectorized, implements the "splitting" of the vector input signal into separate output signals. Outputs can be both scalar and vector ("multicore") signals. By default, this block implements demultiplexing of a 2-core input vector signal into scalar signals:
where
y1(
t),
y2(
t) are the first and second output scalar signal of the block;
u1,1(
t),
u1,2(
t) are the 1st and 2nd elements of the input vector signal.
Входные порты
- vector - port for the input vector to be split.
Выходные порты
- output_n - output port containing the n-th element of the input vector. The number of outputs n is set in the block properties.
Свойства
- Array of output dimensions – an array of integers indicating the dimensions of the vectors of each of the output signals of the block.
Прим.:
- The block processes one input signal.
- Named properties can be set as local model variables (submodels) in a programming language script, as global project signals using the Tools → Signals main menu item, or as external project signals using an attachable signal database.