Keysight Pathwave 89600 VSA .NET API
VersionInfo Class Members
See Also  Fields  Properties 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : VersionInfo Class

Glossary Item Box

The following tables list the members exposed by VersionInfo.

Public Constructors

 NameDescriptionMinimum SW Version
Public ConstructorVersionInfo ConstructorInitializes a new instance of the VersionInfo class.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Fields

 NameDescriptionMinimum SW Version
Public FieldCommandLineArgsSupportedKeyThe key for the capability that indicates what VSA application command line arguments are supported. The value returned is a single string that contains a list of the command line arguments separated by a space in between each and where each is the uppercase name of the command line argument supported.  
Public FieldGrpcNetClientSupportedKeyThe key for the capability that indicates whether the VSA application supports a gRPC .NET client. The string value associated with this key can be parsed into a boolean.  
Public FieldGrpcPhysicsHardwareSupportedKeyThe key for the capability that indicates whether the VSA application supports connecting to "physics" API based hardware using the gRPC physics API. The string value associated with this key can be parsed into a boolean.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyApiVersionGets the build number of the VSA application.  
Public PropertyCapabilitiesGets 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.  
Public PropertyInstallPathGets the installation folder of the VSA application.  
Public PropertyReleaseNameGets the release name of the VSA application.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also