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


Glossary Item Box

Gets the last masked negative event that has occurred.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property NegativeValue As StatusBits
C# 
public abstract StatusBits NegativeValue {get;}
C++/CLI 
public:
abstract property StatusBits NegativeValue {
   StatusBits get();
}

Remarks

Each time NegativeValue changes (masked by NegativeMask), it is summed into NegativeSummary.

You can get events on changes in the NegativeValue by attaching an property change event handler for the Status object and then look for changes in this property.

Requirements

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

See Also