NI-DAQmx .NET Framework 4.0 API Reference

CICountEdgesCountDirection Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
CICountEdgesCountDirection Enumeration
Specifies whether to increment or decrement the counter on each edge.

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

Syntax

public enum CICountEdgesCountDirection
Public Enumeration CICountEdgesCountDirection

Members

  Member nameValueDescription
Up10128Increment counter.
Down10124Decrement counter.
ExternallyControlled10326The state of a digital line controls the count direction. Each counter has a default count direction terminal.

Remarks

Specifies whether to increment or decrement the counter on each edge. Use this enumeration to get or set the value of CountEdgesCountDirection.

See Also