ansys.mapdl.core.Mapdl.paget#
- Mapdl.paget(parray='', popt='', **kwargs)#
Writes current path information into an array variable.
Mechanical APDL Command: PAGET
- Parameters:
- parray
str
The name of the array parameter that Mechanical APDL creates to store the path information. If the array parameter already exists, it will be replaced with the current path information.
- popt
str
Determines how data will be stored in the parameter specified with
PARRAY
:POINTS
- Store the path points, the nodes (if any), and coordinate system. (For information on defining paths and path points, see the descriptions of the path and ppath commands.)TABLE
- Store the path data items. (See the pdef command description for path data items.)LABEL
- Stores path data labels.
- parray
Notes
Use the paget command with the paput command to store and retrieve path data in array variables for archiving purposes.
When retrieving path information, restore the path points (POINTS option) first, then the path data (TABLE option), and then the path labels (LABEL option).