Declare And Create The Required Objects - Keysight Technologies N7373C Programmer's Manual

Lightwave component analyzer
Table of Contents

Advertisement

Remote Operation

Declare and create the required objects

18
In both programming environments you will see a dialog like
the following:
2 Select"Keysight Remote Client for the LCA".
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()
Keysight N437x Series Lightwave Component Analyzer, Programmer's Guide

Advertisement

Table of Contents
loading

Table of Contents