FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA123 Class / SetChannelXSamplingRate Method


In This Topic
    SetChannelXSamplingRate Method (DeviceQIA123)
    In This Topic
    Set sampling rate for a channel.
    Syntax
    'Declaration
     
    
    Public Sub SetChannelXSamplingRate( _
       ByVal channelNumber As Integer, _
       ByVal samplesPerSecond As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim channelNumber As Integer
    Dim samplesPerSecond As String
     
    instance.SetChannelXSamplingRate(channelNumber, samplesPerSecond)
    public void SetChannelXSamplingRate( 
       int channelNumber,
       string samplesPerSecond
    )

    Parameters

    channelNumber
    samplesPerSecond
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also