Keysight Technologies N7700 User Manual page 76

Photonic application suite
Table of Contents

Advertisement

4
Automation
method StopMeasurement
method FileSave
property MeasurementResult
76
Engine.StartMeasurementRepeat;
Starts a series of measurements. Will stop after StopMeasurement method
has been called. Will not save any measurement data automatically,
except for any automatic history saves that might have been configured in
an engine client (FSIL Engine GUI), connected to the same engine server.
Type-Library:
HRESULT StopMeasurement(void);
MATLAB:
Engine.StopMeasurement;
Stops a measurement at the next possible time. This mostly means,
between measurements, such as in repeat measurement mode.
Type-Library:
HRESULT FileSave([in] BSTR Filename);
MATLAB:
Engine.FileSave('test.omr');
Saves the measurement result to an OMR file at the location provided as
parameter.
See the last Note in
Accessing the Measurement Result
Type-Library:
HRESULT MeasurementResult([out, retval] IOMRFile** pVal);
MATLAB:
Result = Engine.MeasurementResult;
Returns a reference to the underlying IOMRFile object which contains the
measurement result.
Keysight N7700 Photonic Application Suite, Fast Spectral Loss Engine, User's Guide
on page 58.

Advertisement

Table of Contents
loading

Table of Contents