ExportSignals.CounterOutputEventPulsePolarity Property
- Updated2023-02-21
- 1 minute(s) read
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: CounterOutputEventPulsePolaritySpecifies 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
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |