end#
- Mapdl.end(**kwargs)#
Closes a macro file.
APDL Command:
*ENDNotes
Closes a file opened with
*CREATE. The*ENDcommand 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*ENDand the "!" that indicates the comment text, the*ENDwill attempt to interpret the "!" as the 8th character and will fail.This command is valid in any processor.