NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

AIChannel.DataTransferMaximumRate Property

  • Updated2023-02-21
  • 1 minute(s) read
AIChannel.DataTransferMaximumRate Property
Specifies the rate in B/s to transfer data from the device. If this value is not set, then the device will transfer data at a rate based on the bus detected. Modify this value to affect performance under different combinations of operating system, configuration, and device.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public double DataTransferMaximumRate { get; set; }
Public Property DataTransferMaximumRate As Double
	Get
	Set

Property Value

Type: Double
Specifies the rate in B/s to transfer data from the device. If this value is not set, then the device will transfer data at a rate based on the bus detected. Modify this value to affect performance under different combinations of operating system, configuration, and device.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience