144
Command Reference
:PANel:SAVE?
Queries if the test conditions are saved with the specied number. Whether the test conditions
are saved is returned in numerical data (<data2>). No command header is included in response.
Syntax
:PANel:SAVE? <data1>
<data1> Test condition number 1 to 10 (NR1 numerical data)
Response <data2>
<data2> 0 to 1 (NR1 numerical data)
1: The test conditions are saved.
0: The test conditions are not saved.
Example To query if the test conditions are saved as No. 3 (when the test conditions
are saved as No. 3)
PC>
: PANel:SAVE? 3
ST5520>
1
:PANel:NAME
Changes the saved test condition name.
The test condition name is enclosed in "" (double quotation marks).
Syntax
:PANel:NAME <data1>,<data2>
<data1> Test condition number 1 to 10 (NR1 numerical data)
<data2> Test condition name (text data: up to ten half-width characters)
Example To set the test condition name for Test condition 1 to "TEST1"
PC>
:PANel:NAME 1,”TEST1”
:PANel:NAME?
Queries the test condition name. The specied number is returned in NR1 number data (<data1>)
and the test condition name is returned in text data (<data2>).
Syntax
:PANel:NAME? <data1>
Response
:PANEL:NAME <data1>,<data2>
or simply
<data1>,<data2>
<data1> Test condition number 1 to 10 (NR1 numerical data)
<data2> Test condition name (text data: up to ten half-width characters)
Example To query the test condition name for Test condition 1 (when the test
condition name is “TEST1”)
PC>
:PANel:NAME? 1
ST5520>
:PANEL:NAME 1,”TEST1”
(when the
:HEADer
command is ON)
ST5520>
1,”TEST1”
(when the
:HEADer
command is OFF)