63
SCPI Command Reference
<
string
> filename character string (support 8 characters of English or 4 characters Chinese)
Example
SEND
> SYST:LOG:FILE My_File_Name
<NL>
Query syntax
SYST:LOG:file?
Query response
<string> character string (Chinese/English)
On <DATALOG> page, if logging has been started up, this command is invalid.
MAX 8 English characters and 4 Chinese characters are available for filename, the redundant will be
deleted.
If there is space between front and back of filename, it will be removed, space in the middle of filename is
allowed.
Filename will change English characters into capital letters.
Filename cannot include special character
:
\ / : * ?"< > |
,
otherwise, this command will terminate and
return error code.
11.6.4
SYST:LOG:SPLIT
SYST:LOG:SPLIT Setup split saving time during data logging
Command syntax
SYST:LOG:SPLIT {<
minutes
>,OFF}
Parameter
there
,
<
minutes
>: time interval of split file, entity unit is minute
;
0/OFF
:
turn off split file function.
Example
SEND
> SYST:LOG:SPLIT 60
<NL>
//setup split file every 60 minutes.
Query syntax
SYST:LOG:SPLIT?
Query response
{<minutes>,0}
there,
0 means OFF.
On <DATALOG> page, if logging has been started up, this command is invalid.
11.6.5
SYST:LOG:XDISP
SYST:LOG:XDISP Setup graph axis display type on LOG page.
Command syntax
SYST:LOG:XDISP {TIME,DATE,INDEX}
Parameter
there
,
TIME: axis type is relative time
DATE: axis type is absolute time
INDEX: axis type is buffer pointer
Example
SEND
> SYST:LOG:XDISP TIME
<NL>
// setup axis type as relative time
Query syntax
SYST:LOG:XDISP?
Query response
{TIME,DATE,INDEX}
On <DATALOG> page
,
if logging has been started up, this command is invalid.
11.6.6
SYST:LOG:MSG
SYST:LOG:MSG Start up and shut prompt dialog box switch during data logging.
Query syntax
SYST:LOG:MSG {OFF,ON,0,1}
Parameter
there
,
OFF/0: unavailable prompt dialog box
ON/1
:
use prompt dialog box
Example
SEND
> SYST:LOG:MSG ON
<NL>
// use
prompt dialog box
Query syntax
SYST:LOG:MSG?
Query response
{ON,OFF}