end#
- Mapdl.end(**kwargs)#
Closes a macro file.
APDL Command:
*END
Notes
Closes a file opened with
*CREATE
. The*END
command is an 8-character command (to differentiate it from*ENDIF
). If you add commented text on that same line but do not allow enough spaces between*END
and the “!” that indicates the comment text, the*END
will attempt to interpret the “!” as the 8th character and will fail.This command is valid in any processor.