Agilent Technologies 8714ET Switch User Manual


 
LAN Interface Supplement 6-7
Controlling the Analyzer via the LAN
Entering Commands Directly with Telnet
Telnet Example
To connect to the analyzer named "my8712", enter the following
command:
telnet my8712
The computer responds with the following messages:
Trying...
Connected to my8712
Escape character is '^]'.
login:
Enter a valid user name. The analyzer responds with the following
prompt:
password:
Enter the password for the user name given above. The analyzer
responds with a welcome message and the SCPI prompt:
Welcome to the HP871xE Network Analyzer at 15.4.45.255
SCPI>
You can immediately enter programming (SCPI) commands. Typical
commands might be:
SENS1:FUNC 'XFR:POW:RAT 2,0':DET NBAN;*OPC?
CALC1:MARK:FUNC MAX
CALC1:MARK:POIN?
The above example sets the analyzer to measure transmission, places a
marker on the maximum point, and then queries the analyzer for the
amplitude of the marker.
You need to press Enter after typing in each command. After pressing
Enter on the last line in the example above, the analyzer returns the
amplitude level of the marker to your computer and displays it on the
next line. For example, after typing CALC1:MARK:POIN? and pressing
Enter, the computer would display:
+1.71000000000E+002
When you are done, close the telnet connection. Enter the escape
character to get the telnet prompt. The escape character (Ctrl and "]" in
this example) does not print.
At the telnet prompt, type quit or close.