GPIB/RS232 Operation Description (IEEE-488.2)
5-11
*RST
Reset
The device reset command.
*RCL < numeric value >
Recall
Recall command. Recalls the saved parameters.
*SAV < numeric value >
Save
Save command. Saves the current parameters to memory.
*SRE < numeric value >
Service Request Enable
Enable service request register value. <metric system value> range is 0
∼ 255.
*SRE?
Service Request Enable Query
Query/Read service request register value. <metric system value> range is 0 ∼255.
*STB?
Status Byte Register Query
Query/Read status byte register value. <metric system value> range is 0 ∼255.
• SCPI Commands
:MEMory:DELete[:NAME] < name >
This command deletes the parameter data of the <name> indicated in the main
memory.
The < name > is character data.
Example: Input command “MEM:DEL "123"
Description: This command deletes the parameter data of “123” in the main
memory.
:MEMory:DELete:LOCAtion < register number >
This command deletes the parameter data of <register number> in the main
memory.
< register number > is integer data.
Example: Input command “MEM:DEL:LOCA 1”
Description: This command deletes the first parameter data in the main
memory.
:MEMory:STATe:DEFine < name >, < register number >
This command assigns the memory name of <register number> in the main
memory.
Example: Input command “MEM:STAT:DEF TEST,1”
Description: This command assigns the parameter data name TEST to the
first memory location in the main memory.
:MEMory:STATe:DEFine? < name >
This command queries the <register number> memory defined by <name>.
Example: Input command “MEM:STAT:DEF? TEST”