Returns the raw value of a analog input.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public int RawValue { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property RawValue As Integer |
Visual C++ |
---|
public: property int RawValue { int get (); } |
Remarks
This is a more accurate version of Value.
Note that the analog outputs on the Interface Kit 8/8/8 are only 10-bit values and this value
represents an oversampling to 12-bit.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |