NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Timing.DelayFromSampleClockUnits Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.DelayFromSampleClockUnits Property
Specifies the units of DelayFromSampleClock.

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

Syntax

public DelayFromSampleClockUnits DelayFromSampleClockUnits { get; set; }
Public Property DelayFromSampleClockUnits As DelayFromSampleClockUnits
	Get
	Set

Property Value

Type: DelayFromSampleClockUnits
Specifies the units of DelayFromSampleClock.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

NI-DAQmx uses the AI Convert Clock timebase to produce the delay.

If you set this property to Ticks and N is the value of DelayFromSampleClock, N pulses of the AI Convert Clock Timebase occur after receiving a Sample Clock pulse before the acquisition of the sample begins.

If you set this property to Seconds, that number of seconds elapses after receiving a Sample Clock pulse before the acquisition of the sample begins.

See Also

Log in to get a better experience