Gets the raw value reading for a calibrated channel. For input channels, the raw value is the value read from the device. For output channels, the raw value is the value written to the device.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Function GetRawValue ( _
channelName As String, _
<OutAttribute> ByRef value As Double _
) As Error |
Parameters
- channelName
- Type: System.String
The name of channel for which to get the raw value.
- value
- Type:
System.Double
%
The raw value.
Return Value
scalable. If no error occurs, the Code property of the Error object is 0.