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


In This Topic
    SetChannelXOffsetOutputRange Method (ISupportAnalogOutputRange)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXOffsetOutputRange( _
       ByVal channel As Integer, _
       ByVal offsetRange As String _
    ) 
    'Usage
     
    
    Dim instance As ISupportAnalogOutputRange
    Dim channel As Integer
    Dim offsetRange As String
     
    instance.SetChannelXOffsetOutputRange(channel, offsetRange)
    void SetChannelXOffsetOutputRange( 
       int channel,
       string offsetRange
    )

    Parameters

    channel
    offsetRange
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also