Keysight Technologies N7700 User Manual page 60

Photonic application suite
Table of Contents

Advertisement

4
Automation
Reference: Interface "IEngineMgr"
property Version
method IsVersionGreaterOrEqual
method NewEngine
60
The IEngineMgr interface is invoked using the following PROGID to identify
the COM-server:
AgServerFSIL.EngineMgr
MATLAB:
EngineMgr=actxserver('AgServerFSIL.EngineMgr');
Type-Library:
get: HRESULT Version([out, retval] BSTR* pVal)
MATLAB:
Version=EngineMgr.Version;
Shows information about revision and build date of the engine.
Type-Library:
HRESULT IsVersionGreaterOrEqual([in] BSTR
VersionNumber,[out,retval] BOOL* pVal);
MATLAB:
Engine=EngineMgr.IsVersionGreaterOrEqual('1.1.0.1');
Performs a check, whether the engine revision is greater than or equal to
the revision number provided as a parameter.
Type-Library:
HRESULT NewEngine([out,retval] IEngine** aEngine);
MATLAB:
Engine=EngineMgr.NewEngine;
Tells the engine manager to create a new engine and returns the
corresponding handle.
Keysight N7700 Photonic Application Suite, Fast Spectral Loss Engine, User's Guide

Advertisement

Table of Contents
loading

Table of Contents