ansys.mapdl.core.Mapdl.end#

Mapdl.end(**kwargs)#

Closes a macro file.

Mechanical 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.