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


Glossary Item Box

Gets the sum of all masked negative events that have occurred since the last time this property was read.

Syntax

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

Remarks

Reading the NegativeSummary property returns a value that corresponds to the summation of all the status bits in the NegativeMask property that transitioned from positive to negative since NegativeSummary was last read.

Reading the NegativeSummary property clears it as well so make sure you read it into a local variable if you want to test for multiple status bits.

Requirements

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

See Also