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


versionName
A release name (version strings from the GetAvailableVersions method) to get the version information for.

Glossary Item Box

Gets the version information for the specified release name of the VSA software that is currently installed on the local system that this call is being made on.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetVersionInfo( _
   ByVal versionName As String _
) As VersionInfo
C# 
public static VersionInfo GetVersionInfo( 
   string versionName
)
C++/CLI 
public:
static VersionInfo^ GetVersionInfo( 
   String^ versionName
) 

Parameters

versionName
A release name (version strings from the GetAvailableVersions method) to get the version information for.

Return Value

Version information about the release name specified.

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 29.40

See Also