Common errors in manual commands – Agilent Technologies Option H48 Multiport Test Set Z5623A User Manual
Page 40

3-8
Agilent Technologies Z5623A Option H48
Using the Network Analyzer to Control the Test Set
Common Errors in Manual Commands
NOTE
It is possible to issue several commands in a single line. For example,
the following string connects the Reflection port to Test Port #2,
connects the Transmission port to Test Port #5, and sets the Control
Lines to OLOOL: “refl_02;tran_05;00001001;”
Common Errors in Manual Commands
This section explains several common errors.
Table 3-1
Common Errors in Manual Commands
Command(s) Issued
Explanation of Error
Solution
“refl_01”
Missing semicolon.
Send a semicolon:
“;”
“refl_01”
“tran_08;”
Missing semicolon in first
command causes both
commands to be interpreted
as a single invalid
command: “refl_01tran_08;”
Resend both
commands with a
semicolon in each:
“refl_01;”
“tran_08;”
“10101;”
Three leading zeroes are
missing. (This is a binary
Control Line command. It
needs three leading zeroes.)
(Decimal Control Line
commands don’t need
leading zeroes.)
Resend the command
with leading zeroes
included:
“00010101;”