FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDACOutputRange Interface / SetChannelXDACOutputRange Method


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

    Parameters

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