FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / SetChannelXFilterMode Method


In This Topic
    SetChannelXFilterMode Method
    In This Topic
    Sets the filter mode for the specified channel.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXFilterMode( _
       ByVal channelNumber As Integer, _
       ByVal filterMode As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim channelNumber As Integer
    Dim filterMode As String
     
    instance.SetChannelXFilterMode(channelNumber, filterMode)
    public void SetChannelXFilterMode( 
       int channelNumber,
       string filterMode
    )

    Parameters

    channelNumber
    filterMode
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also