ansys.mapdl.core.Mapdl.seg#
- Mapdl.seg(label='', aviname='', delay='', **kwargs)#
Allows graphics data to be stored in the local terminal memory.
Mechanical APDL Command: /SEG
- Parameters:
- label
str
Storage key:
SINGL
- Store subsequent display in a single segment (overwrites last storage).MULTI
- Store subsequent displays in unique segments ( anim ).DELET
- Delete all currently stored segments.OFF
- Stop storing display data in segments.STAT
- Display segment status.PC
- This option only applies to PC versions of Mechanical APDL and only when animating via the AVI movie player ( device,ANIM,2). The command appends frames to theFile.AVI
, so that the animation goes in both directions (that is, forward–backward–forward). You must have a current animation file to use this option.
- aviname
str
Name of the animation file that will be created when each frame is saved. The
.AVI
extension is applied automatically. Defaults toJobname.AVI
if no filename is specified.- delay
str
Delay factor between each frame, in seconds. Defaults to 0.015 seconds if no value is specified.
- label
Notes
Allows graphics data to be stored in the terminal local memory (device-dependent). Storage occurs concurrently with the display.
Although the information from your graphics window is stored as an individual segment, you cannot plot directly ( gplot ) from the segment memory.
This command is valid in any processor.