90
Programming
Making Measurements
A common programming error is to send the :MEASure command when the instru-
ment is in the continuous measurement acquisition mode. Because :MEASure con-
tains an :INIT:IMM command, which expects the single measurement acquisition
mode, an error is generated, and the INIT command is ignored.
:READ command
The READ command works like the MEASure command except that it does not
configure the instrument’s settings. You can use the CONFigure command to con-
figure the instrument for a particular measurement without returning any data.
The MEASure and READ commands are identical to combining the following com-
mands:
Command
Equivalent Commands
:MEASure
:ABORt;:CONFigure;:READ
:READ
:ABORt;:INITiate:IMMediate;:FETCh
A common programming error is to send the :READ command when the instrument
is in the continuous measurement acquisition mode. Because :READ contains an
:INIT:IMM command, which expects the single measurement acquisition mode, an
error is generated, and the INIT command is ignored.
:FETCh command
The FETCh command returns data from previously performed measurements; it
does not initiate the collection of new data. Because FETCh does not configure the
instrument or acquire new input data, you can use FETCh repeatedly on the same set
of acquired data. For example, use two FETCh commands to return wavelength and
then power values for the same measurement. This is shown in the following pro-
gram fragment:
OUTPUT 720;”:INIT:CONT OFF;”
OUTPUT 720;”:CONF:ARR:POW MAX”
OUTPUT 720;”:INIT:IMM”
OUTPUT 720;”:FETC:ARR:POW?”
ENTER 720:powers$
OUTPUT 720;”:FETC:ARR:POW:WAV?”
ENTER 720:wavelengths$
In the example above, the data in the power and wavelength arrays are returned in
the same order so that powers can be matched to wavelengths.
Also, because new data is not collected, FETCh is especially useful when character-
izing transient data.
Содержание 86120B
Страница 1: ...Keysight 86120B Multi Wavelength Meter User s Guide...
Страница 2: ......
Страница 3: ...1...
Страница 12: ...10 General Safety Considerations...
Страница 68: ...You can use the ABORT and CONT softkey to stop and restart a print job that is in progress...
Страница 100: ...98 Programming Monitoring the Instrument...
Страница 163: ...161 Programming Commands CALCulate1 Subsystem Query Response For normal update 34123 For fast update 4268...
Страница 231: ...229 Performance Tests Test 5 Amplitude Accuracy and Linearity...
Страница 232: ......
Страница 233: ...7 Definition of Terms 233 Specifications 235 General Safety Information 239 Specifications and Regulatory Information...
Страница 244: ...242 Specifications and Regulatory Information Product Overview...
Страница 250: ...248 Reference Menu Maps Display List by Power Menu Display List by WL Menu...
Страница 251: ...249 Reference Menu Maps Delta On Menu Delta Off Menu...
Страница 253: ...251 Reference Menu Maps System Print Menu...
Страница 254: ...252 Reference Menu Maps System Setup Menu...
Страница 272: ......