Click or drag to resize

AnalogDataFormat Enumeration

The data format of the analog device

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum AnalogDataFormat
Members
Member nameValueDescription
Engineering0 The actual value read from the analogue input line
FullScaleRange1 The actual value read from the analogue input line as a percentage
Hexadecimal2 The actual value read from the analogue input line converted into 2's complement
Undefined-1 Undefined if the analog data format is not retrieved from the device
See Also