NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalPinSet.MaskCompare Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalPinSet.MaskCompare Property

DigitalPinSetMaskCompare Property

Specifies whether the pattern comparisons are masked or not.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

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

Property Value

Type: Boolean

When set to , failures on pins specified in the DigitalPinSet will be masked. When set to , failures will not be masked. The default value is .

Exceptions

ExceptionCondition
SelectorNameExceptionAn instance of DigitalPinSet references a pin or pin group name not loaded in the pin map.
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionDigitalPinSet was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

See Also

Log in to get a better experience