FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA128 Class / GetChannelXReadingConvertedToUnit Method


In This Topic
    GetChannelXReadingConvertedToUnit Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChannelXReadingConvertedToUnit( _
       ByVal channelNumber As Integer, _
       ByVal convertedToUnit As UnitsOfMeasure _
    ) As Double
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim channelNumber As Integer
    Dim convertedToUnit As UnitsOfMeasure
    Dim value As Double
     
    value = instance.GetChannelXReadingConvertedToUnit(channelNumber, convertedToUnit)
    public double GetChannelXReadingConvertedToUnit( 
       int channelNumber,
       UnitsOfMeasure convertedToUnit
    )

    Parameters

    channelNumber
    convertedToUnit
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also