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


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

    Parameters

    channelNumber
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also