ConversionResult Struct

Definition

Conversion result

public readonly struct ConversionResult
type ConversionResult = struct
Public Structure ConversionResult
Inheritance
ConversionResult

Constructors

ConversionResult(Byte, Int16, AdcResolution)

Constructs ConversionResult instance

Properties

Accuracy

Accuracy of the voltage measurement

Channel

ID of the measuring channel.

RawValue

Raw measurement data. Has to be scaled based on the measurement resolution to get voltage.

Voltage

Gets the voltage.

VoltageDivisor

Divisor to scale raw data.

Applies to