class CalibrationResult

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
calibration_statusintCalibration statusYou can manipulate the field calibration_status as if it were a regular field. To clear the value of calibration_status and reset it to the default value for its type, you call the ClearField() method of the Message interface.
calibration_detailsintAdditional information (used when status is in fault)You can manipulate the field calibration_details as if it were a regular field. To clear the value of calibration_details and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: DeviceConfig (Python)