Modelica.Clocked.IntegerSignals.TickBasedSources

Package of signal source blocks generating clocked tick/sample based Integer signals

Information

This package provides source components akin to the blocks provided in Modelica.Blocks.Sources, but with the difference that they provide

  1. a clocked output signal and
  2. are parametrized in terms of clock ticks rather than simulation time.

Extends from Modelica.Icons.SourcesPackage (Icon for packages containing sources).

Package Content

Name Description
Modelica.Clocked.IntegerSignals.TickBasedSources.Step Step Generate step signal of type Integer

Modelica.Clocked.IntegerSignals.TickBasedSources.Step Modelica.Clocked.IntegerSignals.TickBasedSources.Step

Generate step signal of type Integer

Information

The Integer output y is a step signal. The signal is defined in terms of clock ticks instead of simulation time:

TickBasedSources_Step.png

Example

See model Modelica.Clocked.Examples.Elementary.IntgerSignals.TickBasedStep.

Extends from Interfaces.PartialClockedSO (Block with clocked single output Integer signal).

Parameters

NameDescription
heightHeight of step
offsetOffset of output signal y
startTickOutput y = offset for clock tick < startTick

Connectors

NameDescription
yConnector of clocked, Real output signal
Automatically generated Thu Oct 1 16:07:37 2020.