FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA124 Class / SetChannelXSpanOutputRange Method


In This Topic
    SetChannelXSpanOutputRange Method (DeviceQIA124)
    In This Topic
    Sets span output range for channel.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXSpanOutputRange( _
       ByVal channelNumber As Integer, _
       ByVal spanRange As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA124
    Dim channelNumber As Integer
    Dim spanRange As String
     
    instance.SetChannelXSpanOutputRange(channelNumber, spanRange)
    public void SetChannelXSpanOutputRange( 
       int channelNumber,
       string spanRange
    )

    Parameters

    channelNumber
    spanRange
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also