MeasurementConfiguration Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Measurement configuration. This enum defines the measurement flow of the device, specifically whether or not to incorporate an applied bias to the sensor into the measurement.
public enum MeasurementConfiguration
type MeasurementConfiguration =
Public Enum MeasurementConfiguration
- Inheritance
-
MeasurementConfiguration
Name | Value | Description |
---|---|---|
Normal | 0 | Normal measurement configuration (default). In normal measurement configuration the device follows normal measurement flow. The positive and negative pins of the resistive load are left floating and high impedance. |
PositiveBiasConfiguration | 1 | Positive bias configuration for X and Y axes, negative bias configuration for Z axis. In this configuration, a positive current is forced across the resistive load for X and Y axes, a negative current for Z axis. |
NegativeBias | 2 | Negative bias configuration for X and Y axes, positive bias configuration for Z axis. In this configuration, a negative current is forced across the resistive load for X and Y axes, a positive current for Z axis. |
Produkt | Versiounen |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |