Model.hm_modelchecksavetoxml#
- Model.hm_modelchecksavetoxml(filename)#
Saves the config data (checks and corrections) for the current profile to an XML file.
- Parameters:
filename (hwString) – The full name and path of the XML file to save.
- Returns:
hwReturnStatus- Status object
Example#
Save the current profile checks and corrections to “C:/temp/my_config.xml”#import hm import hm.entities as ent model = hm.Model() model.hm_modelchecksavetoxml(filename="C:/temp/my_config.xml")