SYSTem:COMMunicate:LAN:TELNet:PROMpt
Syntax
SYSTem:COMMunicate:LAN:TELNet:PROMpt "<string>"
SYSTem:COMMunicate:LAN:TELNet:PROMpt?
Description
This command sets the command prompt seen when using a Telnet session to communicate with the
instrument.
Parameters
Name Type Range of Values Default Value
<string> Quoted String A string of up to 15 characters. This is a required parameter
Remarks
l The instrument uses LAN port 5024 for SCPI Telnet sessions (but 5025 for SCPI Socket sessions).
l Telnet session can typically be started as follows from a host computer shell:
telnet <IP_address> <port>
For example:
telnet 169.254.4.10 5024
To exit a Telnet session, press <Ctrl-D>.
l The command prompt is stored in non-volatile memory, and does not change when power has been
off, after a Factory Reset (*RST command), or after an Instrument Preset (SYSTem:PRESet command).
l The command prompt is set to "53220A>" (Keysight 53220A) or "53230A>" (Keysight 53230A) when
the instrument is shipped from the factory or after a SYSTem:SECurity:IMMediate command.
Return Format
The query reads the command prompt and returns an ASCII string enclosed in double quotes.
Examples
The following example defines the command prompt.
SYST:COMM:LAN:TELN:PROM "Command> "
Keysight 53220A/53230A Programmer's Reference 419
SYSTem:COMMunicate:LAN:TELNet:PROMpt