AIChannel.DataTransferMaximumRate Property
- Updated2023-02-21
- 1 minute(s) read
AIChannelDataTransferMaximumRate 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.40.49302
Syntax
public double DataTransferMaximumRate { get; set; }
Public Property DataTransferMaximumRate As Double Get Set
Property Value
Type: DoubleSpecifies 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |