Keysight Technologies N7700 User Manual page 71

Photonic application suite
Table of Contents

Advertisement

property TLSPower
property LambdaZeroingMode
method ZeroAllTLS
Keysight N7700 Photonic Application Suite, Fast Spectral Loss Engine, User's Guide
i = Engine.TLSOutputPort;
Engine.TLSOutputPort = i;
Sets or gets the output port to be used for the TLS. This integer value
refers to the available Output port configuration list obtained with
OutputPorts.
Type-Library:
get: HRESULT TLSPower([out, retval] DOUBLE* pVal);
put: HRESULT TLSPower([in] DOUBLE Val);
MATLAB:
d = Engine.TLSPower;
Engine.TLSPower = d;
Sets or gets the laser power in dBm.
Type-Library:
get: HRESULT LambdaZeroingMode([out, retval] LONG* pVal);
put: HRESULT LambdaZeroingMode([in] LONG Val);
MATLAB:
i= Engine.LambdaZeroingMode;
Engine.LambdaZeroingMode = i;
Sets or gets the behavior when a lambda zeroing operation is suggested
by the software. Set to 0/1/2 for Automatically/Always Ask/Manual Only.
Refer to
Instrument Setup Parameters
Type-Library:
HRESULT ZeroAllTLS(void);
MATLAB:
Engine.ZeroAllTLS;
Performs a lambda zeroing operation on the tunable laser source.
Automation
on page 31 for further details.
4
71

Advertisement

Table of Contents
loading

Table of Contents