Agilent Technologies 86038A User Manual page 249

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
ProductVersion Property
RemotingVersion Property
Agilent 86038A Optical Dispersion Analyzer, Third Edition
VB.NET Syntax
Dim ProdName As String
ProdName = odaClient.System.Identity.ProductName
VB 6.0 Syntax
Dim ProdName As String
ProdName = odaClient.System.Identity.ProductName
Returns the version of the ODA system. The major and minor version
numbers of the remote client and the ODA system should match.
Property Value
String - Software version of ODA system software.
VB.NET Syntax
Dim ProdVersion As String
ProdVersion = odaClient.System.Identity.ProductVersion
VB 6.0 Syntax
Dim ProdVersion As String
ProdVersion = odaClient.System.Identity.ProductVersion
Returns the software version number of the remoting software. The major
and minor version numbers of the remote client and the ODA system
should match. A mismatch in versions may cause unexpected results.
Property Value
String - Version of remote client software.
VB.NET Syntax
Dim RemVersion As String
RemVersion = odaClient.System.Identity.RemotingVersion
Programming Commands
249

Advertisement

Table of Contents
loading

Table of Contents