Keysight Pathwave 89600 VSA .NET API
NegativeMask Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Status Class : NegativeMask Property


Glossary Item Box

Gets or sets the status bits to include in NegativeValue when bit is cleared.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property NegativeMask As StatusBits
C# 
public abstract StatusBits NegativeMask {get; set;}
C++/CLI 
public:
abstract property StatusBits NegativeMask {
   StatusBits get();
   void set (    StatusBits value);
}

Property Value

a bitwise-OR of StatusBits enumeration values

Remarks

Whenever a bit in the NegativeMask property transitions from set to unset, the bit is added to the NegativeSummary property.

You can watch for this transition by polling the NegativeSummary property, or you can register for a property change event on the NegativeSummary property (subscribing to a property change event handler for the Measurement.Status object and watching for NegativeValue to change).

For an example, see the description of the Status class itself.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also