animMU

Syntax

animMU([Activate:boolean]) → boolean

The function animMU activates (true) or deactivates (false) MU Animation . during a simulation run. When you deactivate MU animation, Plant Simulation will not show any MUs at all. Note that the function returns the previous setting.

Parameter

When you do not enter the optional parameter, the function returns if MU animation is activated or not.

Return Value

The return value has the data type boolean.

Example

animMU(true)
print animMU

Related Topics

animation

animMU

MU Animation