magnetometerRobustThreshold

var magnetometerRobustThreshold: <Error class: unknown class>

Threshold to be used to determine whether a measurement is considered an outlier by robust magnetometer calibration algorithms or not. Threshold varies depending on chosen magnetometerRobustMethod. By default, if null is provided, the estimated magnetometerBaseNoiseLevel will be used to determine a suitable threshold. Otherwise, if a value is provided, such value will be used instead. This properly is only taken into account if a not-null magnetometerRobustMethod is specified.

Throws

if provided value is zero or negative.

if calibrator is currently running.