NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExportSignals.CounterOutputEventIdleState Property

  • Updated2023-02-21
  • 1 minute(s) read
ExportSignals.CounterOutputEventIdleState Property
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 CounterOutputEventIdleState CounterOutputEventIdleState { get; set; }
Public Property CounterOutputEventIdleState As CounterOutputEventIdleState
	Get
	Set

Property Value

Type: CounterOutputEventIdleState
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.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

The initial state of the terminal affects whether the first toggle is from low state to high state or from high state to low state.

NI-DAQmx ignores this property if CounterOutputEventOutputBehavior is Pulse.

See Also

Log in to get a better experience