activationThreshold property

  1. @TagNumber.new(3)
double get activationThreshold

The threshold actually in force. After auto-calibration this differs from what was requested, which is why it is worth reading back.

Implementation

@$pb.TagNumber(3)
$core.double get activationThreshold => $_getN(2);
  1. @TagNumber.new(3)
set activationThreshold (double value)

Implementation

@$pb.TagNumber(3)
set activationThreshold($core.double value) => $_setFloat(2, value);