NI-DAQmx .NET Framework 4.5 API Reference

CICountEdgesCountDirection Enumeration

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
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.45.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