147
────────────────────────────────────────────────────
8.4 Command Reference
────────────────────────────────────────────────────
■ Queries whether or not the display is currently held.
Syntax
HOLD?
Function
Returns whether or not the display is currently held as "ON" or "OFF".
Note
With this query, if any error occurs, no response message is produced.
Response
syntax
Headers: ON
Headers: OFF
":HOLD_<ON/OFF>"
"<ON/OFF>"
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
":HOLD?"
":HOLD ON"
"ON"
■ Queries the integrate setting items.
Syntax
INTEGrate?
Function
Returns the integration time as two values in NR1 format (hours, minutes,
seconds respectively) and the condition of the integration operation as
character data (START/STOP/RESET).
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
":INTEGRATE:TIME_<NR1>,<NR1>,<NR1>;STATE_<START/STOP/
RESET>"
"<NR1>,<NR1>,<NR1>;<START/STOP/RESET>"
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
":INTEG?"
":INTEGRATE:TIME 00100,0;STATE START"
"00100,0;START"
HOLD?
INTEGrate?