NI-DAQmx .NET Framework 4.5 API Reference

COCounterTimebaseActiveEdge Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
COCounterTimebaseActiveEdge Enumeration
Specifies whether a timebase cycle is from rising edge to rising edge or from falling edge to falling edge.

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

Syntax

public enum COCounterTimebaseActiveEdge
Public Enumeration COCounterTimebaseActiveEdge

Members

  Member nameValueDescription
Rising10280Rising edge(s).
Falling10171Falling edge(s).

Remarks

Specifies whether a timebase cycle is from rising edge to rising edge or from falling edge to falling edge. Use this enumeration to get or set the value of CounterTimebaseActiveEdge.

See Also