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