WOLFRAM SYSTEM MODELER
TriggeredIntegerSamplerTriggered sampling of continuous signals |
SystemModel["Modelica_Synchronous.WorkInProgress.Tests.TriggeredIntegerSampler"]
Samples the continuous input signal whenever the trigger input signal is rising (i.e., trigger changes from false to true) and provides the sampled input signal as output. Before the first sampling, the output signal is equal to the initial value defined via parameter y0.
y_start |
Value: 0 Type: Integer Description: initial value of output signal |
---|
u |
Type: IntegerInput Description: Connector with a Integer input signal |
|
---|---|---|
y |
Type: IntegerOutput Description: Connector with a Integer output signal |
|
trigger |
Type: BooleanInput Description: 'input Boolean' as connector |
Modelica_Synchronous.WorkInProgress.Tests |