Instructions
RIGOL Chapter 2 Command System
2-84 DG2000 Programming Guide
[:SOURce[<n>]]:FUNCtion:SEQuence:SRATe
Syntax
[:SOURce[<n>]]:FUNCtion:SEQuence:SRATe {<sample_rate>|MINimum|MAXimum}
[:SOURce[<n>]]:FUNCtion:SEQuence:SRATe?
Description
Sets the sample rate of the Sequence of the specified channel.
Queries the sample rate of the Sequence of the specified channel.
Parameter
Name
Type
Range
Default
[<n>]
Discrete
1|2
1
<sample_rate>
Real
2 kSa/s to 60 MSa/s
1 MSa/s
Remarks
The sampling rate is defined as the number of points per second.
When [:SOURce[<n>]] or [<n>] is omitted, the system sets the related parameters of CH1 by default.
Return Format
The query returns the sample rate of the Sequence in scientific notation, with 7 effective digits. For
example, 3.000000E+03 (the sample rate is 3 kSa/s).
Example
:SOUR1:FUNC:SEQ:SRAT 3000 /*Sets the sample rate of the Sequence of CH1 to 3 kSa/s.*/
:SOUR1:FUNC:SEQ:SRAT? /*Queries the sample rate of the Sequence of CH1 and the query
returns 3.000000E+03.*/
[:SOURce[<n>]]:FUNCtion:SEQuence[:STATe]
Syntax
[:SOURce[<n>]]:FUNCtion:SEQuence[:STATe] {ON|1|OFF|0}
[:SOURce[<n>]]:FUNCtion:SEQuence[:STATe]?
Description
Enables or disables the Sequence of the specified channel.
Queries the on/off status of the Sequence of the specified channel.
Parameter
Name
Type
Range
Default
[<n>]
Discrete
1|2
1
{ON|1|OFF|0}
Bool
ON|1|OFF|0
OFF
Remarks
When [:SOURce[<n>]] or [<n>] is omitted, the system sets the related parameters of CH1 by default.
Return Format
The query returns ON or OFF.
Example
:SOUR1:FUNC:SEQ ON /*Enables the Sequence function of CH1.*/
:SOUR1:FUNC:SEQ? /*Queries the on/off status of the Sequence of CH1 and the query returns ON.*/