animation

Syntax

animation(Activate:boolean) → boolean

The function animation activates or deactivates MU Animation and Icon Animation during a simulation run.

Note:

When you deactivated the animation while the object is going to change its display on screen, Plant Simulation only shows the changed icon on screen after you activated the animation again or when you select the object.

Parameter

The parameter of data type boolean activates (true) or deactivates (false) MU Animation and Icon Animation .

Return Value

The return value has the data type boolean.

The function animation returns true if MU Animation or Icon Animation or both are activated.

Example

animation(true)

Related Topics

animIcon

animMU

MU Animation

Icon Animation