NI-DAQmx .NET Framework 4.0 API Reference

CIChannel.DuplicateCountPrevention Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.DuplicateCountPrevention Property
Specifies whether to enable duplicate count prevention for the channel. Duplicate count prevention is enabled by default. Setting Prescaler disables duplicate count prevention unless you explicitly enable it.

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

Syntax

public bool DuplicateCountPrevention { get; set; }
Public Property DuplicateCountPrevention As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to enable duplicate count prevention for the channel. Duplicate count prevention is enabled by default. Setting Prescaler disables duplicate count prevention unless you explicitly enable it.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience