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


In This Topic
    SetChannelXSamplingRate Method (ISupportDigitalCharacteristics)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetChannelXSamplingRate( _
       ByVal channelNumber As Integer, _
       ByVal samplesPerSecond As String _
    ) 
    'Usage
     
    
    Dim instance As ISupportDigitalCharacteristics
    Dim channelNumber As Integer
    Dim samplesPerSecond As String
     
    instance.SetChannelXSamplingRate(channelNumber, samplesPerSecond)
    void SetChannelXSamplingRate( 
       int channelNumber,
       string samplesPerSecond
    )

    Parameters

    channelNumber
    samplesPerSecond
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also