NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

AnalogWindowStartTrigger.DigitalSynchronizationEnable Property

AnalogWindowStartTrigger.DigitalSynchronizationEnable Property

AnalogWindowStartTriggerDigitalSynchronizationEnable Property

Specifies whether to synchronize recognition of transitions in the signal to the internal timebase of the device.

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.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?