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


app
The Application reference for which the installation path is desired.

Glossary Item Box

This method returns the local install path for the version of Keysight 89600 VSA software represented by the supplied Application object.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetInstallPath( _
   ByVal app As Application _
) As String
C# 
public static string GetInstallPath( 
   Application app
)
C++/CLI 
public:
static String^ GetInstallPath( 
   Application^ app
) 

Parameters

app
The Application reference for which the installation path is desired.

Return Value

The fully qualified local installation directory. If app refers to an instance of Keysight 89600 VSA software on a remote machine, the empty string is returned.

Requirements

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

See Also