ansys.mapdl.core.Mapdl.andyna#
- Mapdl.andyna(delay='', ncycl='', start='', end='', inc='', autocontourkey='', **kwargs)#
Produces an animated sequence of contour values through substeps.
Mechanical APDL Command: ANDYNA
- Parameters:
- 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.
- start
str
Number of the starting substep (defaults to 1).
- end
str
Number of the ending substep (defaults to the maximum substep).
- inc
str
Increment between substeps (defaults to 1).
- autocontourkey
str
Auto-scales contour values, based on the overall subset range of values (defaults to 0, no auto- scaling).
- delay
Notes
andyna involves a Mechanical APDL macro which produces an animation of contour values through all the substeps of the last plot action command. This command operates only on graphic display platforms supporting the seg command. After executing andyna, you can replay the animated sequence by issuing anim.
The command functions only in the postprocessor.