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


Glossary Item Box

Gets the last masked positive event that has occurred.

Syntax

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

Remarks

Each time PositiveValue changes (masked by PositiveMask), it is summed into PositiveSummary.

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

Requirements

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

See Also