![Agilent Technologies 86120C Скачать руководство пользователя страница 91](http://html.mh-extra.com/html/agilent-technologies/86120c/86120c_user-manual_2867947091.webp)
3-13
Programming
Making Measurements
The benefit of non- sequential commands is that, in some situations,
they can reduce the overall execution times of programs. For example,
you can set the peak excursion, peak threshold, and elevation and use
a *WAI command at the end to save time. However, non- sequential
commands can also be a source of annoying errors. Always use the
*OPC query or *WAI command with the non- sequential commands to
ensure that your programs execute properly.
For examp le, sup p ose that you wanted to set the elevation correction
value and then send an :INIT:IMM command. The following p rogram-
ming fragment results in an error
“–213 Init ignored”
. This occurs
because the :ELEVation
command causes the recalculation of the data
which is like sending the :INIT:IMM command. When the actual
:INIT:IMM is sent, the error occurs because the command is already in
progress.
OUTPUT 720;”:INIT:IMM”
OUTPUT 720;”:SENSe:CORRection:ELEVation 1000”
OUTPUT 720;”:INIT:IMM”
Use an *OPC? query to ensure that the :ELEVation
command has com-
pleted as shown in the following lines:
OUTPUT 720;”:INIT:IMM”
OUTPUT 720;”:SENSe:CORRection:ELEVation 1000”
OUTPUT 720;”*OPC?”
ENTER 720;Response$
OUTPUT 720;”:INIT:IMM”
Or, the *WAI command could be used:
OUTPUT 720;”:INIT:IMM”
OUTPUT 720;”:SENSe:CORRection:ELEVation 1000”
OUTPUT 720;”*WAI?”
OUTPUT 720;”:INIT:IMM”
Содержание 86120C
Страница 12: ......
Страница 26: ...1 14 Getting Started Returning the Instrument for Service ...
Страница 27: ...1 15 Getting Started Returning the Instrument for Service ...
Страница 28: ......
Страница 96: ...3 18 Programming Monitoring the Instrument ...
Страница 128: ...3 50 Programming Lists of Commands ...
Страница 158: ...4 30 Programming Commands CALCulate1 Subsystem Query Response For normal update 15 047 For fast update 7 525 ...
Страница 236: ...4 108 Programming Commands UNIT Subsystem ...
Страница 248: ......
Страница 262: ...6 14 Specifications and Regulatory Information Declaration of Conformity Declaration of Conformity ...
Страница 264: ...6 16 Specifications and Regulatory Information Product Overview ...
Страница 269: ...7 5 Reference Menu Maps Appl s Menu ...
Страница 271: ...7 7 Reference Menu Maps Display List by WL Menu Delta On Menu ...
Страница 273: ...7 9 Reference Menu Maps System Print Menu ...
Страница 274: ...7 10 Reference Menu Maps System Setup Menu ...
Страница 284: ......
Страница 292: ......
Страница 293: ......