DigitalPinSet.MaskCompare Property
- Updated2023-11-24
- 1 minute(s) read
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: BooleanWhen 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
Exception | Condition |
---|---|
SelectorNameException | An instance of DigitalPinSet references a pin or pin group name not loaded in the pin map. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | DigitalPinSet was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |