FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / GetChannelXSpanOutputRange Method


In This Topic
    GetChannelXSpanOutputRange Method (DeviceIAA105)
    In This Topic
    Gets the span output range for the specified channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXSpanOutputRange( _
       ByVal channelNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim channelNumber As Integer
    Dim value As String
     
    value = instance.GetChannelXSpanOutputRange(channelNumber)
    public string GetChannelXSpanOutputRange( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    The span output range for the specified channel.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also