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


Glossary Item Box

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

Syntax

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

Remarks

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

Reading the PositiveSummary 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