FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIHH505 Class / SetChannelXSensorOutputType Method


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

    Parameters

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