class CapSenseConfig

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
modeintOperational mode of the sensorYou can manipulate the field mode as if it were a regular field. To clear the value of mode and reset it to the default value for its type, you call the ClearField() method of the Message interface.
threshold_afloatSensitivity of the sensor A (0-100%).You can manipulate the field threshold_a as if it were a regular field. To clear the value of threshold_a and reset it to the default value for its type, you call the ClearField() method of the Message interface.
threshold_bfloatSensitivity of the sensor B (0-100%).You can manipulate the field threshold_b as if it were a regular field. To clear the value of threshold_b and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: DeviceConfig (Python)