NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

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 nameValueDescription
SingleCycle14613Device responds by the next sample clock edge.
Multicycle14614Device 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.

See Also

Log in to get a better experience