93
Programming
Making Measurements
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 example, suppose that you wanted to set the elevation correction value and then
send an :INIT:IMM command. The following programming 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 completed 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”
Содержание 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: ......