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:
- nfram
str
Number of frame captures (defaults to 5).
- delay
str
Time delay during animation (defaults to 0.1 seconds).
- ncycl
str
Number of animation cycles (defaults to 5). Available in non-UI mode only.
- autocntrky
str
Auto-scales contour values, based on the overall subset range of values. The auto-scaling option defaults to 0, no auto-scaling.
- rsltdat
int
orstr
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.
- nfram
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.