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 ReferenceCounterOutputEventOutputBehavior EnumerationCurrent page
Table of Contents

CounterOutputEventOutputBehavior Enumeration

CounterOutputEventOutputBehavior Enumeration

CounterOutputEventOutputBehavior Enumeration

Specifies whether the exported Counter Output Event pulses or changes from one state to the other when the counter reaches terminal count.

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

Syntax

public enum CounterOutputEventOutputBehavior
Public Enumeration CounterOutputEventOutputBehavior

Members

  Member nameValueDescription
Pulse10265Send a pulse to the terminal.
Toggle10307Toggle the state of the terminal from low to high or from high to low.

Remarks

Specifies whether the exported Counter Output Event pulses or changes from one state to the other when the counter reaches terminal count. Use this enumeration to get or set the value of CounterOutputEventOutputBehavior.

See Also

Was this information helpful?