ansys.mapdl.core.Mapdl.dump#

Mapdl.dump(nstrt='', nstop='', **kwargs)#

Dumps the contents of a binary file.

Mechanical APDL Command: DUMP

Parameters:
nstrtstr

Dump file from record NSTRT (defaults to 1) to NSTOP (defaults to NSTRT ). If NSTRT = HEAD, dump only record 1 of the file ( NSTOP and the format specification are ignored). If NSTRT = ALL, dump the entire file.

nstopstr

Dump file from record NSTRT (defaults to 1) to NSTOP (defaults to NSTRT ). If NSTRT = HEAD, dump only record 1 of the file ( NSTOP and the format specification are ignored). If NSTRT = ALL, dump the entire file.

Notes

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