class SafetyConfiguration

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
handleSafetyHandleHandle to safety to configureTo set handle, you simply assign a value directly to a field within handle. You can also use the parent message's HasField() method to check if a message type field value has been set.
error_thresholdfloatSafety error threshold valueYou can manipulate the field error_threshold as if it were a regular field. To clear the value of error_threshold and reset it to the default value for its type, you call the ClearField() method of the Message interface.
warning_thresholdfloatSafety warning threshold valueYou can manipulate the field warning_threshold as if it were a regular field. To clear the value of warning_threshold and reset it to the default value for its type, you call the ClearField() method of the Message interface.
enableSafetyEnableSafety enable stateTo set enable, you simply assign a value directly to a field within enable. You can also use the parent message's HasField() method to check if a message type field value has been set.

Parent topic: DeviceConfig (Python)