NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Timing.SynchronizationPulseTime Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.SynchronizationPulseTime Property
Indicates in seconds the delay required to reset the ADCs/DACs after the device receives the synchronization pulse.

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

Syntax

public double SynchronizationPulseTime { get; }
Public ReadOnly Property SynchronizationPulseTime As Double
	Get

Property Value

Type: Double
Indicates in seconds the delay required to reset the ADCs/DACs after the device receives the synchronization pulse.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This time is the minimum delay required by the device between the receipt of the synchronization pulse and the start of the acquisition. Read this property for all slave devices and set SynchronizationPulseMinimumDelayToStart for the master device to the maximum of these delays.

See Also

Log in to get a better experience