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