ansys.mapdl.core.Mapdl.dump#
- Mapdl.dump(nstrt='', nstop='', **kwargs)#
Dumps the contents of a binary file.
Mechanical APDL Command: DUMP
- Parameters:
- nstrt
str
Dump file from record
NSTRT
(defaults to 1) toNSTOP
(defaults toNSTRT
). IfNSTRT
= HEAD, dump only record 1 of the file (NSTOP
and the format specification are ignored). IfNSTRT
= ALL, dump the entire file.- nstop
str
Dump file from record
NSTRT
(defaults to 1) toNSTOP
(defaults toNSTRT
). IfNSTRT
= HEAD, dump only record 1 of the file (NSTOP
and the format specification are ignored). IfNSTRT
= ALL, dump the entire file.
- nstrt
Notes
Dumps the file named on the AUX2 fileaux2 command according the format specified on the form command.