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


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

    Parameters

    profileNumber

    Return Value

    Sampling rate.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also