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


In This Topic
    GetChannelXLoadingPoint Method (DeviceQIA123)
    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 DeviceQIA123
    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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also