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


In This Topic
    GetChannelXCurrentInput Method (DeviceIPM505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChannelXCurrentInput( _
       ByVal channelNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceIPM505
    Dim channelNumber As Integer
    Dim value As String
     
    value = instance.GetChannelXCurrentInput(channelNumber)
    public string GetChannelXCurrentInput( 
       int channelNumber
    )

    Parameters

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