Model.hm_convertFromOutFileToDatFile#
- Model.hm_convertFromOutFileToDatFile(file_name)#
Generates a DAT file from an OUT file.
The OUT file will be read and flutter summary data is collected, and the DAT file is generated in the same directory.
- Parameters:
file_name (hwString) – The name and path of the OUT file.
- Returns:
hwReturnStatus- Status object
Example#
Convert the file C:/temp / flutter.out#import hm import hm.entities as ent model = hm.Model() model.hm_convertFromOutFileToDatFile(file_name="C:/temp/flutter.out")