FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDigitalCharacteristics Interface / GetChannelXLoadingPoint Method


In This Topic
    GetChannelXLoadingPoint Method (ISupportDigitalCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetChannelXLoadingPoint( _
       ByVal channelNumber As Integer, _
       ByVal calibrationPoint As Integer, _
       ByVal direction As CalibrationDirections _
    ) As LoadingPoint
    'Usage
     
    
    Dim instance As ISupportDigitalCharacteristics
    Dim channelNumber As Integer
    Dim calibrationPoint As Integer
    Dim direction As CalibrationDirections
    Dim value As LoadingPoint
     
    value = instance.GetChannelXLoadingPoint(channelNumber, calibrationPoint, direction)

    Parameters

    channelNumber
    calibrationPoint
    direction
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also