NI-DAQmx .NET Framework 4.0 API Reference

SampleClockOutputBehavior Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
SampleClockOutputBehavior Enumeration
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.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public enum SampleClockOutputBehavior
Public Enumeration SampleClockOutputBehavior

Members

  Member nameValueDescription
Pulse10265The exported Sample Clock pulses at the beginning of each sample.
Level10210The exported Sample Clock goes high at the beginning of the sample and goes low when the last AI Convert begins.

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.

See Also

Log in to get a better experience