Keysight N437 Series Programmer's Manual page 35

Lightwave component analyzer
Table of Contents

Advertisement

Return value
Return value
Keysight N437x Series Lightwave Component Analyzer, Programmer's Guide
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.
For synchronization use the synchronization methods WaitForOPC or
OperationComplete.
Parameters
ByVal continuous As Boolean
True: measurements are done continuously
False (default): a single measurement is triggered
Optional ByVal sync As Boolean
True (default): the call is blocked until initialization is complete
False: the call returns immediately.
No return value.
Sub SaveUserCalData (ByVal filename As String)
Save the measured user calibration data into a s2p-file.
If no user calibration data has been measured during last OE or OO
initialization, default values are stored.
This command is only allowed when OE or OO measurement mode is
inititalized.
Parameters
ByVal filename As String
The filename, where the data should be stored.
No return value.
Remote Operation
1
35

Advertisement

Table of Contents
loading

Table of Contents