Chapter 2 Command System RIGOL
DP800 Programming Guide 2-5
:ANALyzer:STARTTime
Syntax :ANALyzer:STARTTime {<value>|MINimum|MAXimum}
:ANALyzer:STARTTime? [MINimum|MAXimum]
Description Set the start time of the analyzer.
Query the start time of the analyzer.
Parameter
Name Type Range Default
<value> Integer 1s to end time 1
Explanation You can only set the start time when valid record file is opened (refer to
the
:ANALyzer:FILE? command).
Send the
:ANALyzer:ANALyze command and the analyzer analyzes the
recorded data between the start time and end time.
Return Format The query returns an integer, for example, 1.
Example :ANAL:STARTT 1 /*Set the start time to 1s*/
:ANAL:STARTT? /*Query the current start time and the query returns 1*/
Related
Commands
:ANALyzer:ANALyze
:ANALyzer:FILE?
:ANALyzer:ENDTime
:ANALyzer:VALue?
Syntax :ANALyzer:VALue? <time>
Description Query the voltage, current and power at the specified time in the record file
opened.
Parameter
Name Type Range Default
<time> Integer Start time to end time None
Return Format The query returns the voltage, current and power separated by commas, for
example, Volt:1.2817V,Curr:0.0485A,Power:0.0622W.
Example :ANAL:VAL? 5 /*Query the voltage, current and power at 5s and the query returns
Volt:1.2817V,Curr:0.0485A,Power:0.0622W*/
Related
Commands
:ANALyzer:ENDTime
:ANALyzer:FILE?
:ANALyzer:STARTTime