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


In This Topic
    GetChannelXAllLoadingPointsForDirection Method (ISupportDigitalCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetChannelXAllLoadingPointsForDirection( _
       ByVal channelNumber As Integer, _
       ByVal direction As CalibrationDirections _
    ) As IEnumerable(Of LoadingPoint)
    'Usage
     
    
    Dim instance As ISupportDigitalCharacteristics
    Dim channelNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As IEnumerable(Of LoadingPoint)
     
    value = instance.GetChannelXAllLoadingPointsForDirection(channelNumber, direction)
    IEnumerable<LoadingPoint> GetChannelXAllLoadingPointsForDirection( 
       int channelNumber,
       CalibrationDirections direction
    )

    Parameters

    channelNumber
    direction
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also