Syntax Rules
Keysight 3458A Quick Reference Guide 7
Keysight 3458A Quick Reference Guide 7
command (or the GPIB CLEAR command is
executed which aborts execution of the
command).
You can prevent the bus from being held by
suppressing the cr lf when sending
commands or by enabling the input buffer
(INBUF ON command). The following program
line shows how to use the # and K image
specifiers to suppress cr If when sending a
multimeter command.
OUTPUT 722 USING “#,K”;“TEST;”
The # and K image specifiers apply to HP
Series 200/300 computers. Refer to your
computer’s operating manual for information
on how your computer suppresses cr lf. The
semicolon following the TEST command
indicates the end of the command to the
multimeter and must be present when you
suppress cr lf.
– Multiple commands, separated by
semicolons. may be sent in one command
string. For example, the following command
string contains 3 multimeter commands.
OUTPUT 722;“TRIG HOLD;DCV 3;NPLC 1”