save# MapdlDb.save(fname, option='ALL')# Save the MAPDL database to disk. Parameters: fnamestrFilename to save the database to. optionstrThe 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=)