blockHold
Hold the clocked, Boolean input signal and provide it as continuous-time output signal (zero order hold)
Information
This block for Boolean signals works similarly as the corresponding block for Real signals (see RealSignals.Sampler.Hold).
Analog to the corresponding Real signal block example there exists an elementary example for this Boolean block.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | y_start | false | Value of output y before the first tick of the clock associated to input u |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanInput | u | Connector of clocked, Boolean input signal | |
| Modelica.Blocks.Interfaces.BooleanOutput | y | Connector of continuous-time, Boolean output signal |