Start writing all APDL commands to an MAPDL input file.
str
Filename of the log.
optional
Python file modes (for example, 'a', 'w'). Should be either write or append.
'a'
'w'
Examples
Begin writing APDL commands to "log.inp".
"log.inp"
>>> mapdl.open_apdl_log("log.inp")