Library of connectors and partial blocks with clock signals
This package contains clock connectors, as well as partial blocks that are used to construct clock blocks.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
Name | Description |
---|---|
ClockInput | 'input Clock' as connector |
ClockOutput | 'output Clock' as connector |
ClockVectorInput | Clock input connector used for vector of connectors. |
PartialClock | Icon, connector, and solver method of a block that generates a clock |
PartialPeriodicClock | Icon, connector, and solver method of a block that generates a periodic clock |
ClockedBlockIcon | Basic graphical layout of block where at least one input or output is a clocked variable |
'input Clock' as connector
Connector with one input signal of type Clock.
Extends from Clock (Clock).
Name | Description |
---|---|
Initialization | |
isTicking |
Name | Description |
---|---|
isTicking |
'output Clock' as connector
Connector with one output signal of type Clock.
Extends from Clock (Clock).
Name | Description |
---|---|
Initialization | |
isTicking |
Name | Description |
---|---|
isTicking |
Clock input connector used for vector of connectors.
Clock input connector that is used for a vector of connectors and therefore has
a different icon as ClockInput
connector.
Extends from Clock (Clock).
Name | Description |
---|---|
Initialization | |
isTicking |
Name | Description |
---|---|
isTicking |
Icon, connector, and solver method of a block that generates a clock
Name | Description |
---|---|
Advanced | |
useSolver | = true, if solverMethod shall be explicitly defined |
solverMethod | Integration method used for discretized continuous-time partitions |
Name | Description |
---|---|
y |
Icon, connector, and solver method of a block that generates a periodic clock
Extends from Clocked.ClockSignals.Interfaces.PartialClock (Icon, connector, and solver method of a block that generates a clock).
Name | Description |
---|---|
Advanced | |
useSolver | = true, if solverMethod shall be explicitly defined |
solverMethod | Integration method used for discretized continuous-time partitions |
Name | Description |
---|---|
y |
Basic graphical layout of block where at least one input or output is a clocked variable
Automatically generated Thu Oct 1 16:07:36 2020.