Digital Output >> Timing >> Sample Modes
- Updated2023-03-16
- 1 minute(s) read
| Data Type: | int32* |
| Description: | Indicates the sample modes supported by devices that support sample clocked digital output. |
| Restrictions: | Not Settable |
Valid values
| DAQmx_Val_FiniteSamps | 10178 | Acquire or generate a finite number of samples. |
| DAQmx_Val_ContSamps | 10123 | Acquire or generate samples until you stop the task. |
| DAQmx_Val_HWTimedSinglePoint | 12522 | Acquire or generate samples continuously using hardware timing without a buffer. Hardware timed single point sample mode is supported only for the sample clock and change detection timing types. |
You can get this property using:
DAQmxGetPhysicalChanDOSampModes