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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also