FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA128 Class / GetProfileXSamplingRate Method


In This Topic
    GetProfileXSamplingRate Method (DeviceQIA128)
    In This Topic
    Retrieves the sampling rate for the specified profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXSamplingRate( _
       ByVal profileNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim profileNumber As Integer
    Dim value As String
     
    value = instance.GetProfileXSamplingRate(profileNumber)
    public string GetProfileXSamplingRate( 
       int profileNumber
    )

    Parameters

    profileNumber

    Return Value

    The sampling rate.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also