FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225 Class / GetChannelXSamplingRate Method


In This Topic
    GetChannelXSamplingRate Method (DeviceUSB225)
    In This Topic
    Gets sampling rate of channel number.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXSamplingRate( _
       ByVal channelNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceUSB225
    Dim channelNumber As Integer
    Dim value As String
     
    value = instance.GetChannelXSamplingRate(channelNumber)
    public string GetChannelXSamplingRate( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    Sampling rate
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also