Keysight Technologies N7700 User Manual page 72

Photonic application suite
Table of Contents

Advertisement

4
Automation
method StartCustomReference
NOTE
method ClearReferenceChannels
72
The name of the method has been chosen to keep it consistent to the
IL/PDL engine, even though there is only a single TLS used in this
application.
Type-Library:
HRESULT
StartCustomReference([in]
MATLAB:
Engine.StartCustomReference(int32([3;6]));
Starts a reference measurement. As a parameter an integer array of port
numbers (starting at 0 for port 1) must be provided. A reference sweep will
be performed and reference data for all provided ports will be stored.
When using this method from MATLAB, you need to pass a column
vector.
Also, due to the way the parameter is passed from MATLAB to the engine,
it is not possible to pass single-element arrays. Pass a line array instead,
with a dummy value as a second element, e.g.,
Engine.MethodName(int32([3 3)).
Type-Library:
HRESULT
ClearReferenceChannels([in]
MATLAB:
Engine.ClearReferenceChannels(int32([3;6]));
Clears reference data from the currently loaded reference file. The saved
file will not be changed by this operation. To update the saved reference
file, the modified reference needs to be saved with the same filename. As a
parameter an integer array of port numbers (starting at 0 for port 1) must
be provided.
Keysight N7700 Photonic Application Suite, Fast Spectral Loss Engine, User's Guide
SAFEARRAY(LONG) Ports);
SAFEARRAY(LONG) Ports);

Advertisement

Table of Contents
loading

Table of Contents