![]() | Download Help (Windows Only) |
Specifies how the device responds to the sample clock and to triggers.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration SampleClockTimingResponseMode |
C# |
---|
public enum SampleClockTimingResponseMode |
Member name | Description |
---|---|
Multicycle | 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. |
SingleCycle | Device responds by the next sample clock edge. |
Helpful
Not Helpful