Connectivity Commands - Agilent Technologies 86038B User Manual

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

Connectivity Commands

Connect Method
Disconnect Method
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition
The Connectivity property of the remote client returns a
connectivity object, with methods and properties for controlling
the LAN connection to the PDLA.
Connects a remoting session to the remote server. Pass it the
network name of the PDLA. The network name can be found by
looking at the Help > About dialog from the PDLA front panel.
You must wait until the connected event returns true before
sending commands.
You can also use the IP address of the PDLA in string form. For
example "xxx.xxx.xxx.xxx". An error will be raised if the
Connect method is called on a remote client that is already
connected.
Parameters
ByVal serverMachineName As String - The network name of the
PDLA.
VB.Net Syntax
pdlaClient.Connectivity.Connect("MYPDLA")
VB 6.0 Syntax
pdlaClient.Connectivity.Connect("MYPDLA")
Disconnects the remoting session from the PDLA. Events will
not be sent to the remote client once it disconnects.
VB.NET Syntax
pdlaClient.Connectivity.Disconnect()
VB 6.0 Syntax
pdlaClient.Connectivity.Disconnect
235

Advertisement

Table of Contents
loading

Table of Contents