NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceSampleClockTimingResponseMode EnumerationCurrent page
Table of Contents

SampleClockTimingResponseMode Enumeration

SampleClockTimingResponseMode Enumeration

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

In This Section
Was this information helpful?