Keysight Technologies N7700 User Manual page 63

Photonic application suite
Table of Contents

Advertisement

method DeActivate
NOTE
property Active
property Busy
property EmulationMode
Keysight N7700 Photonic Application Suite, Fast Spectral Loss Engine, User's Guide
Type-Library:
HRESULT DeActivate(void);
MATLAB:
Engine.DeActivate;
Deactivates the engine. You should deactivate the engine before loading a
different configuration.
After deactivating an engine and before releasing the engine object and
its corresponding EngineMgr object, the EngineMgr's DeleteEngine
method should be called. Refer to
further details.
Type-Library:
get: HRESULT Active([out, retval] BOOL* pVal);
MATLAB:
x = Engine.Active;
Returns 0/1 if the engine is inactive/active.
Type-Library:
get: HRESULT Busy([out, retval] BOOL* pVal);
MATLAB:
x = Engine.Busy;
Returns 0/1 if the engine is not-busy/busy. The engine might be busy
when transferring large amounts of data to or from the instruments or
when it's waiting for a measurement operation to complete.
Type-Library:
get: HRESULT EmulationMode([out, retval] BOOL* pVal);
put: HRESULT EmulationMode([in] BOOL Val);
on page 61 for
method DeleteEngine
Automation
4
63

Advertisement

Table of Contents
loading

Table of Contents