Library of partial blocks for components with clocked Integer signals
This package contains partial blocks that are used to construct blocks operating on clocked Integer signals.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
Name | Description |
---|---|
SamplerIcon | Basic graphical layout of block used for of Integer signals |
PartialSISOSampler | Basic block used for sampling of Integer signals |
PartialSISOHold | Basic block used for zero order hold of Integer signals |
PartialClockedSISO | Block with clocked single input and clocked single output Integer signals |
PartialClockedSO | Block with clocked single output Integer signal |
Basic graphical layout of block used for of Integer signals
Basic block used for sampling of Integer signals
Extends from Clocked.IntegerSignals.Interfaces.SamplerIcon (Basic graphical layout of block used for of Integer signals).
Name | Description |
---|---|
u | Connector of continuous-time, Real input signal |
y | Connector of clocked, Real output signal |
Basic block used for zero order hold of Integer signals
Name | Description |
---|---|
y_start | Value of output y before the first tick of the clock associated to input u |
Name | Description |
---|---|
u | Connector of clocked, Integer input signal |
y | Connector of continuous-time, Integer output signal |
Block with clocked single input and clocked single output Integer signals
Extends from Clocked.ClockSignals.Interfaces.ClockedBlockIcon (Basic graphical layout of block where at least one input or output is a clocked variable).
Name | Description |
---|---|
u | Connector of clocked, Real input signal |
y | Connector of clocked, Real output signal |
Block with clocked single output Integer signal
Extends from Clocked.ClockSignals.Interfaces.ClockedBlockIcon (Basic graphical layout of block where at least one input or output is a clocked variable).
Name | Description |
---|---|
y | Connector of clocked, Real output signal |