User`s guide
Examples
The following commands display a message on the top line ("WINDow1", the
default) of the front panel (the quotes are not displayed).
DISP:TEXT "MEASURING..." or DISP:TEXT 'MEASURING...'
The following command displays a message on the bottom line ("WINDow2")
of the front panel (the quotes are not displayed).
DISP:WIND2:TEXT "WAITING FOR DATA..."
The following query returns the message currently displayed on the bottom
line of the front panel (the quotes are also returned).
DISP:WIND2:TEXT?
Typical Response: "WAITING FOR DATA..."