class CapSenseConfig

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
identifierintMessageIdYou can manipulate the field identifier as if it were a regular field. To clear the value of identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
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_afloatThreshold of the sensor A (successive detection count to trigger a change of state)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_bfloatThreshold of the sensor B (successive detection count to trigger a change of state)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.
sensitivity_afloatSensitivity of the sensor A (picofarad)You can manipulate the field sensitivity_a as if it were a regular field. To clear the value of sensitivity_a and reset it to the default value for its type, you call the ClearField() method of the Message interface.
sensitivity_bfloatSensitivity of the sensor B (picofarad)You can manipulate the field sensitivity_b as if it were a regular field. To clear the value of sensitivity_b and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)