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


In This Topic
    GetChannelXLoadingPoint Method (DeviceQIA128)
    In This Topic
    Retrieves the loading point for a specified calibration point and direction of a given channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXLoadingPoint( _
       ByVal channelNumber As Integer, _
       ByVal calibrationPoint As Integer, _
       ByVal direction As CalibrationDirections _
    ) As LoadingPoint
    'Usage
     
    
    Dim instance As DeviceQIA128
    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

    The loading point for the specified calibration point and direction.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also