ansys.mapdl.core.Mapdl.ptr#

Mapdl.ptr(loc='', base='', loch='', baseh='', **kwargs)#

Dumps the record of a binary file.

Mechanical APDL Command: PTR

Parameters:
locstr

Dump the file record starting at pointer LOC. BASE is the base pointer, and would be used if LOC is a relative pointer.

basestr

Dump the file record starting at pointer LOC. BASE is the base pointer, and would be used if LOC is a relative pointer.

lochstr

Second 32-bit integer (if required) for defining the 64-bit pointer.

basehstr

Second 32-bit integer (if required) for defining the 64-bit pointer.

Notes

Dumps the record of the file named on the AUX2 fileaux2 command according the format specified on the form command.