'initial()'initial() |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
True during initialization
initial()
Returns true during the initialization phase and false otherwise.
Boolean off; Real x; equation off = x < -2 or initial();