ansys.mapdl.core.Mapdl.antime#

Mapdl.antime(nfram='', delay='', ncycl='', autocntrky='', rsltdat='', min_='', max_='', **kwargs)#

Generates a sequential contour animation over a range of time.

Mechanical APDL Command: ANTIME

Parameters:
nframstr

Number of frame captures (defaults to 5).

delaystr

Time delay during animation (defaults to 0.1 seconds).

ncyclstr

Number of animation cycles (defaults to 5). Available in non-UI mode only.

autocntrkystr

Auto-scales contour values, based on the overall subset range of values. The auto-scaling option defaults to 0, no auto-scaling.

rsltdatint or str

The results data to be used for the animation sequence. This can be:

  • 0 - Current load step data (default).

  • 1 - Range of load step data.

  • 2 - Range of time data.

min_str

The range minimum value. If left blank defaults to the first data point.

max_str

The range maximum value. If left blank defaults to the last data point.

Notes

The antime command operates only on graphic display platforms supporting the seg command. It uses a Mechanical APDL macro to produce an animation of contour values for the last plot action command (for example, pldisp ). After executing antime, the anim command replays the animated sequence.

This command functions only in the postprocessor.