SampleClockTimingResponseMode Enumeration
- Updated2023-02-21
- 1 minute(s) read
SampleClockTimingResponseMode Enumeration
Specifies how the device responds to the sample clock and to triggers.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public enum SampleClockTimingResponseMode
Public Enumeration SampleClockTimingResponseMode
Members
Member name | Value | Description | |
---|---|---|---|
SingleCycle | 14613 | Device responds by the next sample clock edge. | |
Multicycle | 14614 | Device acquires or generates samples on the next sample clock edge, but does not respond to certain triggers until a few sample clock edges later. Refer to device documentation for information about which triggers the multicycle response mode affects. This response mode allows higher data transfer rates at the cost of increased latency for responding to triggers. |