Save the MAPDL database to disk.
str
Filename to save the database to.
The mode for saving the database, either:
“ALL” - Both the model and the solution
“MODEL” - Just the model
“SOLU” - Just the solution
Examples
>>> mapdl.db.save('model.db', option=)