| Data Acquisition Toolbox | Search  Help Desk |
| TransferMode |
TransferMode specifies how data is transferred from the data acquisition device to computer memory. This property is automatically set by the driver.
Note: Depending on your resources, controlling data transfer via interrupts can significantly degrade system performance.
Characteristics
| Device Objects | AI, AO |
| Class | Common |
| Access | Read/write |
| Data Type | Enumerated list |
| Modify while Running | Yes |
Analog Input Values
Interrupts
|
Transfer data using interrupts |
SingleDMA
|
Transfer data using a single DMA channel |
DualDMA
|
Transfer data using dual DMA channels |
Analog Output Values
Interrupts
|
Transfer data using interrupts |
SingleDMA
|
Transfer data using a single DMA channel |