NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CounterOutputEventIdleState Enumeration

CounterOutputEventIdleState Enumeration

CounterOutputEventIdleState Enumeration

Specifies the initial state of the output terminal of the counter when CounterOutputEventOutputBehavior is Toggle. The terminal enters this state when NI-DAQmx commits the task.

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

Syntax

public enum CounterOutputEventIdleState
Public Enumeration CounterOutputEventIdleState

Members

  Member nameValueDescription
High10192High state.
Low10214Low state.

Remarks

Specifies the initial state of the output terminal of the counter when CounterOutputEventOutputBehavior is Toggle. The terminal enters this state when NI-DAQmx commits the task. Use this enumeration to get or set the value of CounterOutputEventIdleState.

See Also

Was this information helpful?