NI-DAQmx .NET Framework 4.5 API Reference

CounterOutputEventPulsePolarity Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
CounterOutputEventPulsePolarity Enumeration
Specifies the polarity of the pulses at the output terminal of the counter when CounterOutputEventOutputBehavior is Pulse. NI-DAQmx ignores this property if CounterOutputEventOutputBehavior is Toggle.

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

Syntax

public enum CounterOutputEventPulsePolarity
Public Enumeration CounterOutputEventPulsePolarity

Members

  Member nameValueDescription
ActiveHigh10095High state is the active state.
ActiveLow10096Low state is the active state.

Remarks

Specifies the polarity of the pulses at the output terminal of the counter when CounterOutputEventOutputBehavior is Pulse. NI-DAQmx ignores this property if CounterOutputEventOutputBehavior is Toggle. Use this enumeration to get or set the value of CounterOutputEventPulsePolarity.

See Also