FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIDC250 Class / SetChannelXDACOutputRange Method


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

    Parameters

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