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