Keysight Technologies N7700 User Manual page 77

Photonic application suite
Table of Contents

Advertisement

NOTE
property EventPropertiesChanged
property EventMeasurementFinished
property EventReferenceOperationFinished
Keysight N7700 Photonic Application Suite, Fast Spectral Loss Engine, User's Guide
Refer to the N7700 Photonic Application Suite User's Guide for a
reference of the common interfaces, e.g. IOMRFile, IOMRGraph and
IOMRProperty.
See the last Note in "Accessing the Measurement Result".
Type-Library:
get: HRESULT EventPropertiesChanged([out, retval] LONG*
pVal);
MATLAB:
nEvent = Engine.EventPropertiesChanged;
This property is a 32 bit integer value. The value will be increased
whenever the state of the engine has changed. By polling this value and
observing the changes, a client can be notified of any change of the engine
state.
Type-Library:
get: HRESULT EventMeasurementFinished([out, retval] LONG*
pVal);
MATLAB:
nEvent = Engine.EventMeasurementFinished;
This property is a 32 bit integer value. The value will be increased
whenever the engine has finished a measurement. By polling this value
and observing the changes, a client can be notified of any change of the
engine state.
Type-Library:
get: HRESULT EventReferenceOperationFinished([out, retval]
LONG* pVal);
MATLAB:
nEvent = Engine.EventReferenceOperationFinished;
Automation
4
77

Advertisement

Table of Contents
loading

Table of Contents