FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportAnalogOutputRange Interface / SetChannelXSpanOutputRange Method


In This Topic
    SetChannelXSpanOutputRange Method (ISupportAnalogOutputRange)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXSpanOutputRange( _
       ByVal channel As Integer, _
       ByVal spanRange As String _
    ) 
    'Usage
     
    
    Dim instance As ISupportAnalogOutputRange
    Dim channel As Integer
    Dim spanRange As String
     
    instance.SetChannelXSpanOutputRange(channel, spanRange)
    void SetChannelXSpanOutputRange( 
       int channel,
       string spanRange
    )

    Parameters

    channel
    spanRange
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also