NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

Timing.DelayFromSampleClock Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.DelayFromSampleClock Property
Specifies the amount of time to wait after receiving a Sample Clock edge before beginning to acquire the sample. This value is in the units you specify with DelayFromSampleClockUnits.

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

Syntax

public double DelayFromSampleClock { get; set; }
Public Property DelayFromSampleClock As Double
	Get
	Set

Property Value

Type: Double
Specifies the amount of time to wait after receiving a Sample Clock edge before beginning to acquire the sample. This value is in the units you specify with DelayFromSampleClockUnits.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience