NI-DAQmx .NET Framework 4.5 API Reference

Timing.SynchronizationPulseMinimumDelayToStart Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.SynchronizationPulseMinimumDelayToStart Property
Specifies in seconds the amount of time that elapses after the master device issues the synchronization pulse before the task starts.

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

Syntax

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

Property Value

Type: Double
Specifies in seconds the amount of time that elapses after the master device issues the synchronization pulse before the task starts.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

Read SynchronizationPulseTime for all slave devices, and set this property for the master device to the maximum of those values.

See Also