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


In This Topic
    SetChannelXLineriazationState Method (DeviceIHH505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXLineriazationState( _
       ByVal channelNumber As Integer, _
       ByVal enabled As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DeviceIHH505
    Dim channelNumber As Integer
    Dim enabled As Boolean
     
    instance.SetChannelXLineriazationState(channelNumber, enabled)
    public void SetChannelXLineriazationState( 
       int channelNumber,
       bool enabled
    )

    Parameters

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