Gets the raw value readings for a list of calibrated channels. 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 GetRawValues ( _
channelNames As String(), _
<OutAttribute> ByRef values As Double() _
) As Error |
C# |
---|
Error GetRawValues(
string[] channelNames,
out double[] values
) |
Parameters
- channelNames
- Type:
System.String
Specifies the names of the channels from which to get the raw values.
- values
- Type:
System.Double
%
Returns the raw values.
Return Value
Returns an error if the calibration component is not available or if the channel is not scalable. If no error occurs, the Code property of the Error object is 0.