
Programming Command Reference
5
N9360A Multi UE Tester GSM Programming Manual
5-83
List Files
CONFigure:FILE:LIST?
This query command returns a list of all setup files in the HDD
or a USB memory device. The return format is
<int total>
,
<int filenumber_1>
,
<string filename_1>
,
<string
date_1>
,
<string time_1>
,
<string comment_1>
, ... ,
<int filenumber_n>
,
<string filename_n>
,
<string
date_n>
,
<string time_n>
, and
<string commnet_n>
.
Each value is separated by a comma.
•
<int total>
(3 letters) is the total number of setup files in
the HDD or a USB memory device ranging from
000
to
100
.
•
<int filenumber_n>
(3 letters) is the
n
-th file number
ranging from
001
to
100
.
•
<string filename_n>
(8 letters) is the file name of the
n
-th file.
•
<string date_n>
(10 letters) is the date in
yyyy/mm/dd
format of the
n
-th file.
•
<string time_n>
(5 letters) is the time in
hh:mm
format
stored in the
n
-th file.
•
<string comment_n>
(23 letters) is the comment of the
n
-th file.
where
n
ranges from 1 to the last number of the files (total) in
the HDD or a USB memory device.
Replace File
CONFigure:FILE:REPlace
This command is used when duplicating the procedure file
between HDD and USB. The device returned in response to the
indicates the source device.
File List Short
CONFigure:FILE:LIST:SHOrt?
This query command returns a list of all setup files. The return
format is
<string TOTAL>
,
<string FILENO1>
,
<string
FILENAME1>
, ...
<string FILENOn>
and
<string
FILENAMEn>
. The FILENAME is double quoted strings.