NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExportSignals.CounterOutputEventPulsePolarity Property

  • Updated2023-02-21
  • 1 minute(s) read
ExportSignals.CounterOutputEventPulsePolarity 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

Log in to get a better experience