163
────────────────────────────────────────────────────
8.4 Command Reference
────────────────────────────────────────────────────
■ Queries the data terminator for response messages.
Syntax
TRANsmit:TERMinator?
Function
・ The data terminator for response messages is returned as 0 or 1.
・ The returned numerical value corresponds to the setting state of the data
terminator for response messages as follows:
① If <NR1> = 0, the terminator is LF + EOI (GP-IB) or LF (RS-232C) signal.
② If <NR1> = 1, the terminator is CR and LF + EOI (GP-IB) or
CR and LF (RS-232C) signal.
Note
With this query, if any error occurs, no response message is produced.
Response
syntax
Headers: ON
Headers: OFF
":TRANSMIT:TERMINATOR <0/1>"
"<0/1>"
Errors
・ Query error/ If the response message is longer than 1000 bytes.
・ System error/ This query is not executed. A device dependent error occurs.
Example
Transmission
Response
Headers: ON
Headers: OFF
":TRAN:TERM?"
":TRANSMIT:TERMINATOR 1"
"1"
■ Queries the present setting for voltage range.
Syntax
VOLTage?
Function
Returns the presently set voltage range as a numerical value in NR1 format,
and also returns whether voltage auto-ranging is presently taking place or not
as "ON" or "OFF", and range select setting as NR1 numerical data.
Notes
・ With this query, if any error occurs, no response message is produced.
・ By using the ":TRANsmit:SEParator" command, the message unit separator
can be changed from the semicolon ";" to the comma ",".
Response
syntax
Headers: ON
Headers: OFF
":VOLTAGE:RANGE_<NR1>;AUTO_<ON/OFF>;SELECT_<NR1>"
"<NR1>;<ON/OFF>,<NR1>"
Errors
・ Query error/ If the response message is longer than 1000 bytes.
・ System error/ This query is not executed. A device dependent error occurs.
Example
Transmission
Response
Headers: ON
Headers: OFF
":VOLT?"
":VOLTAGE:RANGE 300;AUTO ON;SELECT 63"
"300;ON;63"
TRANsmit:TERMinator?
VOLTage?