![Tektronix OM4006D Скачать руководство пользователя страница 191](http://html1.mh-extra.com/html/tektronix/om4006d/om4006d_user-manual_1078070191.webp)
Appendix G: The automated test equipment (ATE) interface
ATE functionality in MATLAB
MATLAB supports a limited subset of the OM4000 Series services, namely the
Basic service. This section describes how to create and address the functions
from MATLAB.
LRCP control
The Laser/Receiver Control Panel communicates with other programs using port
9000 on the computer running the Control Panel software. MATLAB 2009a has a
built-in capability that makes control from MATLAB easy if you are running the
February 2010 or later release of the Laser/Receiver Control Panel.
NOTE.
Ensure that the lrcp is running before using this interface.
Initialize the interface in the MATLAB desktop command window with the
following commands:
url = 'http://localhost:9000/LaserReceiverControlPanel/
Laser_ReceiverServiceBasic/?wsdl';
createClassFromWsdl(Url);
obj = Laser_ReceiverServiceBasic;
Where:
The
fi
rst speci
fi
es the URL or path to a WSDL application programming interface
(API) that de
fi
nes the web service methods, arguments, and transactions for the
LRCP.
The second creates the new class based upon that API and builds a series of
M-Files for accessing the Laser/Receiver Control Panel service.
The third instantiates the object class name and opens a connection to the service.
These commands only need to be run anytime the service interface (available
methods) changes.
To get an up-to-date listing of methods for the service, type the following:
methods(obj)
Matlab should return the same functions (See page 168,
and any new functions that have been added. These functions are self-documented
when they are generated. By enabling the MATLAB help window, you can
fi
nd
out the function’s parameters by typing the function name followed by a “(“ and
waiting for the help to display.
OM4000D Series Coherent Lightwave Signal Analyzer
167
Содержание OM4006D
Страница 1: ...xx OM4106D and OM4006D Coherent Lightwave Signal Analyzer ZZZ User Manual P071316002 071 3160 02...
Страница 2: ......
Страница 6: ......
Страница 22: ...Compliance information xvi OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 24: ...Preface xviii OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 100: ...Taking measurements 76 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 132: ...Appendix A MATLAB variables used by core processing 108 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 146: ...Appendix D Automatic receiver deskew 122 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 176: ...Appendix F Configuring two Tektronix 70000 series oscilloscopes 152 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 202: ...Appendix H Cleaning and maintenance 178 OM4000D Series Coherent Lightwave Signal Analyzer...
Страница 205: ...Index W Waveform averaging 48 OM4000D Series Coherent Lightwave Signal Analyzer 181...