Extract Signal - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Extract Signal

Extract signals from an input signal vector

 

Description

Connections

Parameters

Modelica Standard Library

Description

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.

Connections

Name

Description

Modelica ID

u

Real input signals

u

y

Real output signals

y

Parameters

Name

Default

Units

Description

Modelica ID

nin

1

 

Number of inputs

nin

nout

1

 

Number of outputs

nout

extract

range1,nout

 

Extracting vector

extract

Modelica Standard Library

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