Declare And Create The Required Objects - Keysight N437 Series Programmer's Manual

Lightwave component analyzer
Table of Contents

Advertisement

1
Remote Operation

Declare and create the required objects

16
2
Select "Keysight Remote Client for the LCA".
The LCA Remote Client defines
• three interfaces ILCARemoteClient4, ILCAMeasParams2,
ILCAProperties3 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()
Keysight N437x Series Lightwave Component Analyzer, Programmer's Guide

Advertisement

Table of Contents
loading

Table of Contents