AIDataTransferRequestCondition Enumeration
- Updated2023-02-21
- 1 minute(s) read
AIDataTransferRequestCondition Enumeration
Specifies under what condition to transfer data from the onboard memory of the device to the buffer.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public enum AIDataTransferRequestCondition
Public Enumeration AIDataTransferRequestCondition
Members
Member name | Value | Description | |
---|---|---|---|
OnBoardMemoryMoreThanHalfFull | 10237 | Transfer data from the device when more than half of the onboard memory of the device fills. | |
OnBoardMemoryNotEmpty | 10241 | Transfer data from the device when there is data in the onboard memory. | |
OnBoardMemoryCustomThreshold | 12577 | Transfer data from the device when the number of samples specified with DataTransferCustomThreshold are in the device FIFO. | |
WhenAcquisitionComplete | 12546 | Transfer data when the acquisition is complete. |
Remarks
Specifies under what condition to transfer data from the onboard memory of the device to the buffer. Use this enumeration to get or set the value of DataTransferRequestCondition.