SampleClockOutputBehavior Enumeration
- Updated2026-02-03
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.DAQmx
public enum SampleClockOutputBehavior
Remarks
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. Use this enumeration to get or set the value of SampleClockOutputBehavior.
Members
| Name | Value | Description |
|---|---|---|
| Pulse | 10265 | The exported Sample Clock pulses at the beginning of each sample. |
| Level | 10210 | The exported Sample Clock goes high at the beginning of the sample and goes low when the last AI Convert begins. |