WOLFRAM SYSTEM MODELER

Clock

Digital Clock Source

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Digital.Sources.Clock"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The clock source forms pulses between the '0' value (forcing 0) and the '1' value (forcing 1). The pulse length width is specified in percent of the period length period. The number of periods is unlimited. The first pulse starts at startTime.

The clock source is a special but often used variant of the pulse source.

Parameters (3)

startTime

Value:

Type: Time (s)

Description: Output = offset for time < startTime

period

Value:

Type: Time (s)

Description: Time for one period

width

Value:

Type: Real

Description: Width of pulses in % of period

Connectors (1)

y

Type: DigitalOutput

Description: Connector of Digital output signal

Used in Examples (5)

Multiplexer

Modelica.Electrical.Digital.Examples

4 to 1 Bit Multiplexer Example

FlipFlop

Modelica.Electrical.Digital.Examples

Pulse Triggered Master Slave Flip-Flop

FullAdder

Modelica.Electrical.Digital.Examples

Full 1 Bit Adder Example

Counter3

Modelica.Electrical.Digital.Examples

3 Bit Counter Example

Counter

Modelica.Electrical.Digital.Examples

Generic N Bit Counter Example

Revisions

September 18, 2004
by Andre Schneider initially modelled.