WOLFRAM SYSTEM MODELER
AssignClockVectorizedAssign a clock to a clocked Boolean signal vector |
SystemModel["Modelica.Clocked.BooleanSignals.Sampler.AssignClockVectorized"]
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.AssignClockVectorized).
Analog to the corresponding Real signal block example there exists an elementary example for this Boolean block.
n |
Value: 1 Type: Integer Description: Size of input signal vector u (= size of output signal vector y) |
---|
u |
Type: BooleanInput[n] Description: Connector of clocked, Boolean input signal |
|
---|---|---|
y |
Type: BooleanOutput[n] Description: Connector of clocked, Boolean output signal |
|
clock |
Type: ClockInput Description: 'input Clock' as connector |
Modelica.Clocked.Examples.Elementary.BooleanSignals Example of an AssignClockVectorized block for Boolean signals |