66
AT4610/AT4710 User’s Guide
11.8.1
FILE:SAVE
FILE:SAVE Command all set parameter to save into current using file, if current file is invalid,
it will be saved into file0.
Command syntax
FILE:SAVE( <
string
>)
Parameter
there
,
<string> File description is selectable, file description character allows MAX 30
English characters, 15 Chinese characters.
Example
SEND
> FILE:SAVE Tom Save
<NL>
//save to current file, update file description as Tom Save
SEND
> FILE:SAVE
// save to current file
The file description will add [REMOTE] character at the end of description.
For example
:
Tom Save [REMOTE]
11.8.2
FILE?
FILE? Is used for query current filename used by system.
Query syntax
FILE?
Query response
<file number>
Example
SEND> FILE?
<NL>
RET> 0
<NL>
//current file is saved in file 0
On <DATALOG> page, if logging has been started up, this command is invalid.
11.9
MEAS SUBSYSTEM
Table 11-6 MEAS subsystem tree
MEAS:RATE
measuring speed setup
MEAS:FETCH?
MEAS:FETC?
Acquire measuring data
11.9.1
MEAS:RATE
MEAS:RATE Can set speed in <MEAS DISPLAY> page.
Command syntax
MEAS:RATE {100ms,200ms,500ms,1s,2s}
Example
SEND
> MEAS:RATE 500ms
<NL>
//change measuring speed as 500ms
Query syntax
MEAS:RATE?
Query response
{100ms,200ms,500ms,1s,2s}
Example
SEND> MEAS:RATE?
<NL>
RET> 1s
MEAS:RATE is only available in <MEAS DISPLAY> page.
11.9.2
MEAS:FETCH?
MEAS:FETCH? Is used for acquiring measuring data, and return all channels’ data at a time.
Query syntax
MEAS:FETCH?
or
MEAS:FETC?
Query response
<float(ch1)>,<float(ch2)>,<float(ch3)>,<float(ch4)>,<float(ch5)>,
<float(ch6)>,<float(ch7)>,<float(ch8)>,<float(ch9)>,<float(ch10)>
there
,
1.020 means current channel is turned off.
Example
SEND> MEAS:FETC?
<NL>
RET>
1.020,9.000,9.000,9.000,9.000,9.
000,9.000,9.000,9.000,9.000
<NL>