*AnimMode()

Indicates whether the system is in interpolation mode or transient mode. If in interpolation mode, the simulation index is denoted.

Syntax

*AnimMode (mode, simulation_index)

Application

HyperView

Inputs

mode
A string indicating the system mode.
Interp
Interpolation mode
Transient
Transient mode
simulaton_index
An integer indicating the index of the simulation if the system is in interpolation mode. It is ignored if the system is in transient mode.

Example

*AnimMode(Interp, 5)

Comments

*AnimMode() can appear only in a Contour block.