WOLFRAM SYSTEM MODELER

'terminal()'

terminal()

Wolfram Language

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

Information

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

True after successful analysis

Syntax

terminal()

Description

Returns true at the end of a successful analysis.

Examples

  Boolean a, b;
equation
  a = change(b) or terminal();