FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDigitalCharacteristics Interface / GetChannelXSamplingRatePossibleValues Method


In This Topic
    GetChannelXSamplingRatePossibleValues Method (ISupportDigitalCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Function GetChannelXSamplingRatePossibleValues( _
       ByVal channelNumber As Integer _
    ) As List(Of String)
    'Usage
     
    
    Dim instance As ISupportDigitalCharacteristics
    Dim channelNumber As Integer
    Dim value As List(Of String)
     
    value = instance.GetChannelXSamplingRatePossibleValues(channelNumber)
    List<string> GetChannelXSamplingRatePossibleValues( 
       int channelNumber
    )

    Parameters

    channelNumber
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also