NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExportSignals.CounterOutputEventPulsePolarity Property

ExportSignals.CounterOutputEventPulsePolarity Property

ExportSignalsCounterOutputEventPulsePolarity Property

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.40.49302

Syntax

public CounterOutputEventPulsePolarity CounterOutputEventPulsePolarity { get; set; }
Public Property CounterOutputEventPulsePolarity As CounterOutputEventPulsePolarity
	Get
	Set

Property Value

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

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?