Keysight Pathwave 89600 VSA .NET API
GetAvailableVersions Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ApplicationFactory Class : GetAvailableVersions Method


Glossary Item Box

Returns a list of currently installed versions of the Keysight 89600 VSA software. The returned values can be used as an argument to the Create method.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAvailableVersions() As ReadOnlyCollection(Of String)
C# 
public static ReadOnlyCollection<string> GetAvailableVersions()
C++/CLI 
public:
static ReadOnlyCollection<String^>^ GetAvailableVersions(); 

Return Value

A ReadOnlyCollection of strings representing the installed versions.

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 14.00

See Also