ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.DuplicateCountPrevention Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
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.45.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