class CalibrationParameter

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
calibration_parameter_identifierintCalibration parameter identifierYou can manipulate the field calibration_parameter_identifier as if it were a regular field. To clear the value of calibration_parameter_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
signedIntValueoneof:value intSigned int calibration value.You can manipulate the field signedIntValue as if it were a regular field. To clear the value of signedIntValue and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
unsignedIntValueoneof:value intUnsigned int calibration value.You can manipulate the field unsignedIntValue as if it were a regular field. To clear the value of unsignedIntValue and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.
floatValueoneof:value floatFloat calibration value.You can manipulate the field floatValue as if it were a regular field. To clear the value of floatValue and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.

Parent topic: DeviceConfig (Python)