FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA124 Class / SetChannelXDirectionXSpan Method


In This Topic
    SetChannelXDirectionXSpan Method (DeviceQIA124)
    In This Topic
    Sets span for channel and direction.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXDirectionXSpan( _
       ByVal channelNumber As Integer, _
       ByVal directions As CalibrationDirections, _
       ByVal span As UInteger _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA124
    Dim channelNumber As Integer
    Dim directions As CalibrationDirections
    Dim span As UInteger
     
    instance.SetChannelXDirectionXSpan(channelNumber, directions, span)
    public void SetChannelXDirectionXSpan( 
       int channelNumber,
       CalibrationDirections directions,
       uint span
    )

    Parameters

    channelNumber
    directions
    span
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also