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


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

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 TryGetVersionInfo( _
   ByVal versionName As String, _
   ByRef versionInfo As VersionInfo _
) As Boolean
C# 
public static bool TryGetVersionInfo( 
   string versionName,
   out VersionInfo? versionInfo
)
C++/CLI 
public:
static bool TryGetVersionInfo( 
   String^ versionName,
   [Out] VersionInfo^ versionInfo
) 

Parameters

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

Return Value

Indicates whether the specified release name was successfully found on the system.

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