rockverse.dect.CalibrationMaterial.hash#
- CalibrationMaterial.hash()[source]#
Calculates the MD5 hash representation for the class instance.
This hash value is used to verify the integrity of the calibration material’s attributes and to track changes over time.
- Returns:
The MD5 hash string representing the current state of the class instance.
- Return type:
str
Examples
To get the hash representation of the calibration material:
>>> material_hash = calibration_material.hash()