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


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

    Parameters

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