NI-DAQmx .NET Framework 4.0 API Reference

ExportSignals.SampleClockDelayOffset Property

  • Updated2023-02-21
  • 1 minute(s) read
ExportSignals.SampleClockDelayOffset Property
Specifies in seconds the amount of time to offset the exported Sample clock. Refer to timing diagrams for generation applications in the device documentation for more information about this value.

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

Syntax

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

Property Value

Type: Double
Specifies in seconds the amount of time to offset the exported Sample clock. Refer to timing diagrams for generation applications in the device documentation for more information about this value.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also