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


In This Topic
    GetChannelXFilterMode Method
    In This Topic
    Gets the filter mode for the specified channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXFilterMode( _
       ByVal channelNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim channelNumber As Integer
    Dim value As String
     
    value = instance.GetChannelXFilterMode(channelNumber)
    public string GetChannelXFilterMode( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    The filter mode for the specified channel.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also