In both programming environments you will see a dialog like
the following:
2 Select
“
Keysight
Remote Client for the LCA”
.
Declare and create the required objects
The LCA Remote Client defines
• three interfaces ILCARemoteClient, ILCAMeasParams,
ILCAProperties and
• three classes, LCARemoteClient, LCAMeasParams and
LCAProperties.
Each of these classes implements the corresponding interface.
To be able to use the LCA Remote Client, you have to create
objects from these classes.
‘ Declare the objects
Private lcaClient As
Agilent
.LCA.RemoteClient.LCARemoteClient
Private lcaMeasParams As
Agilent
.LCA.RemoteClient.LCAMeasParams
Private lcaProperties As
Agilent
.LCA.RemoteClient.LCAProperties
….
‘Create the objects
lcaClient = New
Agilent
.LCA.RemoteClient.LCARemoteClient()
lcaMeasParams = New
Agilent
.LCA.RemoteClient.LCAMeasParams()
lcaProperties = New
Agilent
.LCA.RemoteClient.LCAProperties()
Remote Operation
18
Keysight N437x Series Lightwave Component Analyzer, Programmer’s Guide