Keysight Technologies N7700 User Manual page 73

Photonic application suite
Table of Contents

Advertisement

NOTE
method CopyReferenceChannel
NOTE
method UndoReferenceOperation
Keysight N7700 Photonic Application Suite, Fast Spectral Loss Engine, User's Guide
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
CopyReferenceChannel([in]
SAFEARRAY(LONG) TargetPorts);
MATLAB:
Engine.CopyReferenceChannel(5, int32([3 6]));
Copies reference data from the source port to all target ports in 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 parameters, the source port
of the copy operation and an integer array of the target port numbers
(both parameters starting at 0 for port 1) must be provided.
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 UndoReferenceOperation(void);
MATLAB:
Engine.UndoReferenceOperation;
Automation
SourcePort,
[in]
4
73

Advertisement

Table of Contents
loading

Table of Contents