FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225 Class / GetChannelXLoadingPoint Method


In This Topic
    GetChannelXLoadingPoint Method (DeviceUSB225)
    In This Topic
    Gets loading point of channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXLoadingPoint( _
       ByVal channelNumber As Integer, _
       ByVal calibrationPoint As Integer, _
       ByVal direction As CalibrationDirections _
    ) As LoadingPoint
    'Usage
     
    
    Dim instance As DeviceUSB225
    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

    Return Value

    Loading point
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also