Keysight N437 Series Programmer's Manual page 34

Lightwave component analyzer
Table of Contents

Advertisement

1
Remote Operation
Return value
Return value
34
Parameters
ByVal parameters As RemoteClient.ILCAMeasParams2
The measurement parameters for initialization ByVal filename As String
The name of the file containing the user calibration data 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
No return value.
Sub LoadOETxCalData (ByVal parameters As
RemoteClient.ILCAMeasParams2, ByVal filename As String, ByVal sync
As Boolean)
Use this command instead of Init_OE if you want the LCA to load and use
previously saved user calibration data.
The loaded user calibration data will be used by the LCA until the next
initialization command is called.
See also
SaveUserCalData
Parameters
ByVal parameters As RemoteClient.ILCAMeasParams2
The measurement parameters for initialization ByVal filename As String
The name of the file containing the user calibration data 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
No return value.
Sub Measure (ByVal continuous As Boolean, ByVal sync As Boolean)
Be careful when calling a continuous measurement in synchronous
NOTE
mode. Since the synchronous call blocks the program execution of the
calling thread, you can't stop this measurement from the calling thread.
It can only be stopped from another thread.
Keysight N437x Series Lightwave Component Analyzer, Programmer's Guide

Advertisement

Table of Contents
loading

Table of Contents