NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API Reference...Timing ClassTiming.SynchronizationPulseMinimumDelayToStart PropertyCurrent page
Table of Contents

Timing.SynchronizationPulseMinimumDelayToStart Property

Timing.SynchronizationPulseMinimumDelayToStart Property

TimingSynchronizationPulseMinimumDelayToStart 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.40.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

Was this information helpful?