146
Programming Commands
Measurement Instructions
Measurement Instructions
Use the measurement instructions documented in this section to perform measure-
ments and return the desired results to the computer. Four basic measurement
instructions are used: CONFigure, FETCh, READ, and MEASure. Because the
command trees for each of these four basic measurement instructions are identical,
only the MEASure tree is documented.
To perform a measurement, append to the measurement instruction a POWer or
LENGth function. The POWer functions select power, frequency, wavelength, or
wave number measurements. Use the LENGth functions to configure the instrument
to measure coherence length. The instrument measures the coherence length in the
time domain by rectifying and low-pass filtering the interferogram. The resulting
waveform is then curve fit into a decaying exponential.
When the :SCALar command is used, data for a single measurement value is
returned. When the :ARRay command is used, multiple data values are returned.
The MEASure measurement instruction always acquires new measurement data. In
order to obtain both wavelength and power values from the same measurement data,
use two FETCh commands. This is shown in the following program 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. You can also send a
MEASure command followed by a FETCh command.
Summary of Contents for 86120B
Page 1: ...Keysight 86120B Multi Wavelength Meter User s Guide...
Page 2: ......
Page 3: ...1...
Page 12: ...10 General Safety Considerations...
Page 68: ...You can use the ABORT and CONT softkey to stop and restart a print job that is in progress...
Page 100: ...98 Programming Monitoring the Instrument...
Page 231: ...229 Performance Tests Test 5 Amplitude Accuracy and Linearity...
Page 232: ......
Page 244: ...242 Specifications and Regulatory Information Product Overview...
Page 250: ...248 Reference Menu Maps Display List by Power Menu Display List by WL Menu...
Page 251: ...249 Reference Menu Maps Delta On Menu Delta Off Menu...
Page 253: ...251 Reference Menu Maps System Print Menu...
Page 254: ...252 Reference Menu Maps System Setup Menu...
Page 272: ......