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


In This Topic
    GetChannelXReadingConvertedToUnit Method (DeviceIPM505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChannelXReadingConvertedToUnit( _
       ByVal channelNumber As Integer, _
       ByVal convertedToUnit As UnitsOfMeasure _
    ) As Double
    'Usage
     
    
    Dim instance As DeviceIPM505
    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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also