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


Glossary Item Box

Gets some of the capabilities of the specific VSA application that may need to be known before starting the application so that clients can use this to help decide which versions of the VSA application are usable for their purposes. Note that the absence of a capability key in this dictionary does not necessarily mean that a given version does not have that capability or information since some capability may be present in the application but not added to the capability dictionary until a later release. In those cases the ApiVersion may be used to check based upon documentation of what versions support the capability.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Capabilities As CapabilityReadOnlyDictionary
C# 
public CapabilityReadOnlyDictionary Capabilities {get;}
C++/CLI 
public:
property CapabilityReadOnlyDictionary^ Capabilities {
   CapabilityReadOnlyDictionary^ get();
}

Requirements

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

See Also