Extract Signal
Extract signals from an input signal vector
Description
Connections
Parameters
Modelica Standard Library
The Extract Signal component extracts signals from the input connector and transfers them to the output connector.
The integer vector parameter extract specifies which input signals are taken and in which order they are transferred to the output vector. The dimension of extract has to match the number of outputs. Additionally, the dimensions of the input connector signals and the output connector signals have to be explicitly defined via the parameters nin and nout.
For example, the parameters nin=7,nout=4,extract=6,3,3,2 produces the connections y1=u6,y2=u3,y3=u3,y4=u2.
Name
Modelica ID
u
Real input signals
y
Real output signals
Default
Units
nin
1
Number of inputs
nout
Number of outputs
extract
range⁡1,nout
Extracting vector
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Routing
Selectors
Signal Blocks
Download Help Document