FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportCurrentInput Interface / SetChannelXCurrentInput Method


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

    Parameters

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