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


Glossary Item Box

Gets the collection of Keysight.SA.Vsa.Context objects.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Contexts As ContextCollection
C# 
public virtual ContextCollection Contexts {get;}
C++/CLI 
public:
virtual property ContextCollection^ Contexts {
   ContextCollection^ get();
}

Remarks

Returns null if Keysight.SA.Vsa.ContextCollection component cannot be instantiated.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 27.00

See Also