NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExportSignals.SampleClockOutputBehavior Property

  • Updated2023-02-21
  • 1 minute(s) read
ExportSignals.SampleClockOutputBehavior Property
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 SampleClockOutputBehavior SampleClockOutputBehavior { get; set; }
Public Property SampleClockOutputBehavior As SampleClockOutputBehavior
	Get
	Set

Property Value

Type: SampleClockOutputBehavior
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.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

E Series devices might require many AI Convert Clock pulses to acquire one sample. Each pulse of the Sample Clock initiates the acquisition of one sample per channel in the task. Each sample per channel requires a pulse from the AI Convert Clock.

This property is valid for the AI Sample Clock only.

See Also

Log in to get a better experience