Boolean Parameters Boolean parameters represen t a single binary
condition that is either true or false. For a false condition, the mu ltimeter
will accept “OFF” or “0”. For a true condition, the multimeter will accept
ON” or “1”. When you query a boolean setting, the instrument will
always return “0” or “1”. The followi ng comma nd uses a bool ean param eter:
INPut:IMPedance:AUTO {OFF|ON}
String Parameters String parameters can cont a i n vi rt u ally any set
of ASCII characters. A string must begin and end with matching quotes;
either with a single quote or with a double quote. You can include the
quote delimiter as part of the string by typing it twice without any
characters in between. The following command us e s a string parameter:
DISPlay:TEXT <quoted string>
Output Data Formats
Output data will be in one of formats shown in the table below.
Type of Output Data
Non-reading queries
Single reading (IEEE-488)
Multiple readings (IEEE-488)
Single reading (RS-232)
Multiple readings (RS-232)
Output Data Format
< 80 ASCII character string
SD.DDDDDDDDESDD<nl>
SD.DDDDDDDDESDD,...,...,<nl>
SD.DDDDDDDDESDD<cr><nl>
SD.DDDDDDDDESDD,...,...,<cr><nl>
S Negative sign or positive sign
D Numeric digits
E Exponent
<nl> newline character
<cr> carriage return character
4
Chapter 4 Remote Interface Reference
Output Data Formats
159