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


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

    Parameters

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