32
Keysight N437x Series Lightwave Component Analyzer, Programmer’s Guide
1
Remote Operation
When using the COM interface you could only use the default constructor,
so you have to use this command to specify a nondefault timeout value.
Parameters
ByVal timeout_ms As Integer
An integer that specifies the number of milliseconds to wait before a .NET
remoting request times out
Return value
No return value.
Measurement commands
Sub Init_EE
(ByVal parameters As RemoteClient.ILCAMeasParams2, ByVal sync As
Boolean)
Initializes the LCA for a EE measurement.
Parameters:
ByVal parameters As RemoteClient.ILCAMeasParams2
The measurement parameters for initialization Optional ByVal sync As
Boolean
True (default): the call is blocked until initialization is complete
False: the call returns immediately.
For synchronization use the synchronization methods WaitForOPC or
OperationComplete
Return value
No return value.
Sub Init_EO (ByVal parameters As RemoteClient.ILCAMeasParams2,
ByVal sync As Boolean)
Initializes the LCA for an EO measurement.
Parameters
ByVal parameters As RemoteClient.ILCAMeasParams2
The measurement parameters for initialization Optional ByVal sync As
Boolean
True (default): the call is blocked until initialization is complete
False: the call returns immediately. For synchronization use the
synchronization methods WaitForOPC or OperationComplete
Return value
No return value.