ansys.mapdl.core.Mapdl.ptr#
- Mapdl.ptr(loc='', base='', loch='', baseh='', **kwargs)#
Dumps the record of a binary file.
Mechanical APDL Command: PTR
- Parameters:
- loc
str
Dump the file record starting at pointer
LOC
.BASE
is the base pointer, and would be used ifLOC
is a relative pointer.- base
str
Dump the file record starting at pointer
LOC
.BASE
is the base pointer, and would be used ifLOC
is a relative pointer.- loch
str
Second 32-bit integer (if required) for defining the 64-bit pointer.
- baseh
str
Second 32-bit integer (if required) for defining the 64-bit pointer.
- loc
Notes
Dumps the record of the file named on the AUX2 fileaux2 command according the format specified on the form command.