WOLFRAM SYSTEM MODELER

'firstTick()'

firstTick()

Wolfram Language

In[1]:=
SystemModel["ModelicaReference.Operators.'firstTick()'"]
Out[1]:=

Information

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

Returns true for the first tick of the clock, part of the synchronous language elements.

Syntax

firstTick(u)

Description

This operator returns true at the first tick of the clock of the expression, in which this operator is called. The operator returns false at all subsequent ticks of the clock. The optional argument u is only used for clock inference.