108
────────────────────────────────────────────────────
8.4 Command Reference
────────────────────────────────────────────────────
■ Queries manufacturer's name, model name, and software version.
Syntax
*IDN?
Function
The response consists of the name of the manufacturer of the unit, the model
name, and the software version.
Notes
・ The "
*
IDN?" query is the last query message in the program messages.
Accordingly, if another query is detected after this query, a query error is
generated, and no response message after the "
*
IDN?" query is produced.
・ No header is affixed to the response message.
・ If any error occurs, no response message to this query is produced.
Response
syntax
Headers: ON/OFF
"HIOKI,3332,0,V1.00"
First field Manufacturer's name
Second field Model name
Third field Not used - always "0"
Fourth field Software version
Errors
・ Query error/ If the response message is longer than 1000 bytes.
・ System error/ This command is not executed. A device dependent error occurs.
Example
Transmission
Response
"*IDN?"
"HIOKI,3332,0,V1.00"
■ After all action has been completed during execution, performs an SRQ request.
Syntax
*OPC
Function
When a number of commands are written on one line, the
*
OPC command sets
bit 0 (the OPC bit) of the standard event status register (SESR) to 1 at the
instant the previous commands have been completed.
Error
System error/ This command is not executed. A device dependent error occurs.
Example
Transmission
"*RST;:MEAS?;*OPC;:DISP V,A,W,VA"
When the entire action of the commands
*
RST and MEAS? has been
completed, the OPC bit is set to 1.
*
IDN?
*
OPC