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


In This Topic
    GetChannelXSpanOutputRange Method (ISupportAnalogOutputRange)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetChannelXSpanOutputRange( _
       ByVal channel As Integer _
    ) As String
    'Usage
     
    
    Dim instance As ISupportAnalogOutputRange
    Dim channel As Integer
    Dim value As String
     
    value = instance.GetChannelXSpanOutputRange(channel)
    string GetChannelXSpanOutputRange( 
       int channel
    )

    Parameters

    channel
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also