'Declaration
Public Function GetChannelXReading( _ ByVal channelNumber As Integer _ ) As Double
'Usage
Dim instance As DeviceQIA128 Dim channelNumber As Integer Dim value As Double value = instance.GetChannelXReading(channelNumber)
public double GetChannelXReading( int channelNumber )
Parameters
- channelNumber
Return Value
If the number of loading points is zero returns NaN.
Otherwise, converts the ADC value to a reading using the ADC conversion service.