FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportAnalogCharacteristics Interface / SetChannelXDirectionXSpan Method


In This Topic
    SetChannelXDirectionXSpan Method (ISupportAnalogCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXDirectionXSpan( _
       ByVal channelNumber As Integer, _
       ByVal directions As CalibrationDirections, _
       ByVal span As UInteger _
    ) 
    'Usage
     
    
    Dim instance As ISupportAnalogCharacteristics
    Dim channelNumber As Integer
    Dim directions As CalibrationDirections
    Dim span As UInteger
     
    instance.SetChannelXDirectionXSpan(channelNumber, directions, span)
    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