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


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

    Parameters

    channelNumber
    spanRange
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also