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


In This Topic
    GetChannelXDirectionXSpan Method (DeviceQIA123)
    In This Topic
    Retrieves the span for channel and direction.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXDirectionXSpan( _
       ByVal channelNumber As Integer, _
       ByVal direction As CalibrationDirections _
    ) As UInteger
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim channelNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As UInteger
     
    value = instance.GetChannelXDirectionXSpan(channelNumber, direction)
    public uint GetChannelXDirectionXSpan( 
       int channelNumber,
       CalibrationDirections direction
    )

    Parameters

    channelNumber
    direction

    Return Value

    The span for channel and direction.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also