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


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

    Parameters

    channel
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also