dump#

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

Dumps the contents of a binary file.

APDL Command: DUMP

Parameters:
nstrt, nstop

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.