Chapter 2 Command System RIGOL
DP800 Programming Guide 2-3
:ANALyzer:ENDTime
Syntax :ANALyzer:ENDTime {<value>|MINimum|MAXimum}
:ANALyzer:ENDTime? [MINimum|MAXimum]
Description Set the end time of the analyzer.
Query the end time of the analyzer.
Parameter
Name Type Range Default
<value> Integer Start time to the current maximum record time
2
Explanation You can only set the end time when valid record file is opened (refer to
the
:ANALyzer:FILE? command).
When receiving the
:ANALyzer:ANALyze command, the analyzer will analyze the
recorded data between the start time and end time.
Return Format The query returns an integer, for example, 125.
Example :ANAL:ENDT 125 /*Set the end time to 125s*/
:ANAL:ENDT? /*Query the current end time and the query returns 125*/
Related
Commands
:ANALyzer:ANALyze
:ANALyzer:FILE?
:ANALyzer:STARTTime
:ANALyzer:FILE?
Syntax :ANALyzer:FILE?
Description Query the record file currently opened.
Return Format The query returns the directory of the file currently opened, for example, C:\REC
10:test.ROF.
:ANALyzer:MEMory
Syntax :ANALyzer:MEMory {1|2|3|4|5|6|7|8|9|10}
Description Open the specified record file in the internal memory.
Parameter
Name Type Range Default
{1|2|3|4|5|6|7|8|9|10} Discrete 1|2|3|4|5|6|7|8|9|10 None
Explanation This command is only available when valid record file is stored in the specified
location.
Example :ANAL:MEMory 10 /*Open the record file currently stored in record file storage
location 10 in C disk*/