Clocks >> Sample Clock >> Output Behavior
- Updated2023-03-16
- 1 minute(s) read
| Data Type: | int32 |
| Description: | Specifies whether the exported Sample Clock issues a pulse at the beginning of a sample or changes to a high state for the duration of the sample. |
Valid values
| DAQmx_Val_Pulse | 10265 | The exported Sample Clock pulses at the beginning of each sample. |
| DAQmx_Val_Lvl | 10210 | The exported Sample Clock goes high at the beginning of the sample and goes low when the last AI Convert begins. |
You can get/set/reset this property using:
DAQmxGetExportedSampClkOutputBehavior
DAQmxSetExportedSampClkOutputBehavior
DAQmxResetExportedSampClkOutputBehavior