The loaded user calibration data will be used by the LCA until
the next initialization command is called.
See also: SaveUserCalData
Sub Measure (ByVal continuous As Boolean,
ByVal sync As Boolean)
Triggers a measurement on the LCA.
If you call a continuous measurement while another
measurement is running, the original measurement is stopped
without starting a new measurement.
If you call a single measurement while another measurement is
running, this measurement is stopped and a new single
measurement is started.
It requires that one of the initialization routines above has been
called. If no measurement type has been initialized, an
“InvalidOperationException” is thrown. The type of the
measurement is the one initialized by the last “Init_XX” or
“LoadXXTxCalData” call.
You should trigger your DUT measurements with this routine, as
it takes care of optical DC power dependent deembedding and
modulator bias voltage optimization.
Parameters:
ByVal
parameters
As
RemoteClient.ILCAMeasParams
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
Return value:
No return value.
N O TE
Be careful when calling a continuous measurement in synchronous 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.
Remote Operation
38
Keysight N437x Series Lightwave Component Analyzer, Programmer’s Guide
Содержание N437 Series
Страница 1: ...Keysight N437x Series Lightwave Component Analyzer Programmer s Guide ...
Страница 2: ......
Страница 3: ......
Страница 78: ...Programming Examples 78 Keysight N437x Series Lightwave Component Analyzer Programmer s Guide ...