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...CIChannel ClassCIChannel.CountEdgesCountDirectionDigitalSynchronizationEnable PropertyCurrent page
Table of Contents

CIChannel.CountEdgesCountDirectionDigitalSynchronizationEnable Property

CIChannel.CountEdgesCountDirectionDigitalSynchronizationEnable Property

CIChannelCountEdgesCountDirectionDigitalSynchronizationEnable 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 CountEdgesCountDirectionDigitalSynchronizationEnable { get; set; }
Public Property CountEdgesCountDirectionDigitalSynchronizationEnable 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.

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

Was this information helpful?