WOLFRAM SYSTEM MODELER

SampleVectorizedAndClocked

Sample the continuous-time, Boolean input signal vector and provide it as clocked output signal vector. The clock is provided as input signal

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.BooleanSignals.Sampler.SampleVectorizedAndClocked"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This block for Boolean signals works similarly as the corresponding block for Real signals (see RealSignals.Sampler.SampleVectorizedAndClocked).

Analog to the corresponding Real signal block example there exists an elementary example for this Boolean block.

Parameters (1)

n

Value: 1

Type: Integer

Description: Size of input signal vector u (= size of output signal vector y)

Connectors (3)

u

Type: BooleanInput[n]

Description: Connector of continuous-time, Boolean input signal vector

y

Type: BooleanOutput[n]

Description: Connector of clocked, Boolean output signal vector

clock

Type: ClockInput

Description: Output signal vector y is associated with this clock input

Used in Examples (1)

SampleVectorizedAndClocked

Modelica.Clocked.Examples.Elementary.BooleanSignals

Example of a SampleVectorizedAndClocked block for Boolean signals