WOLFRAM SYSTEM MODELER
TriggeredBooleanSamplerTriggered sampling of continuous signals |
SystemModel["Modelica_Synchronous.WorkInProgress.Tests.TriggeredBooleanSampler"]
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: false Type: Boolean Description: initial value of output signal |
---|
u |
Type: BooleanInput Description: Connector with a Boolean input signal |
|
---|---|---|
y |
Type: BooleanOutput Description: Connector with a Boolean output signal |
|
trigger |
Type: BooleanInput Description: 'input Boolean' as connector |
Modelica_Synchronous.WorkInProgress.Tests |