WOLFRAM SYSTEM MODELER
AssignClockVectorizedAssigns a clock to a clocked Integer signal vector |
SystemModel["Modelica_Synchronous.IntegerSignals.Sampler.AssignClockVectorized"]
This block for Integer 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 Integer block.
n |
Value: 1 Type: Integer Description: Size of input signal vector u (= size of output signal vector y) |
---|
u |
Type: IntegerInput[n] Description: Connector of clocked, Integer input signal |
|
---|---|---|
y |
Type: IntegerOutput[n] Description: Connector of clocked, Integer output signal |
|
clock |
Type: ClockInput Description: 'input Clock' as connector |
Modelica_Synchronous.Examples.Elementary.IntegerSignals Example of an AssignClockVectorized block for Integer signals |
|
Modelica_Synchronous.WorkInProgress.Tests |