NI-DAQmx .NET Framework 4.0 API Reference

DigitalEdgeStartTrigger.DigitalSynchronizationEnable Property

  • Updated2023-02-21
  • 1 minute(s) read
DigitalEdgeStartTrigger.DigitalSynchronizationEnable Property
Specifies whether to synchronize recognition of transitions in the signal to the internal timebase of the device. If you set this property to , the device does not recognize and act upon the trigger until the next pulse of the internal timebase.

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

Syntax

public bool DigitalSynchronizationEnable { get; set; }
Public Property DigitalSynchronizationEnable As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to synchronize recognition of transitions in the signal to the internal timebase of the device. If you set this property to , the device does not recognize and act upon the trigger until the next pulse of the internal timebase.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This property does not affect the minimum pulse width recognized by the device, but setting this property to does limit the speed at which the device recognizes transitions to less than the frequency of the internal timebase.

See Also

Log in to get a better experience