Source]:sweep:list:list, Source]:sweep:mode – RIGOL DSG3000 Series User Manual

Page 106

Advertising
background image

RIGOL

Chapter 2

Command System

2-86

DSG3000 Programming Guide

[:SOURce]:SWEep:LIST:LIST

Syntax

[:SOURce]:SWEep:LIST:LIST? <Start>,<Count>

Description

Aquire the sweep values within the specified range of the sweep list.

Parameter

Name

Type

Range

Default

<Start>

Integer

1 to total number of rows in

the current list

NULL

<Count>

Integer

1 to total number of rows in

the current list

NULL

Explanation

 <Start>: denote the number of the start row of the sweep data to be acquired.

 <Count>: denote the total number of rows of the sweep data to be acquired.

Return Format

The query returns the sweep values acquired, for example,
NO.1:2000000 , 11.000000, 1
NO.2:3000000 , 12.000000, 1
NO.3:4000000 , 13.000000, 1

Example

:SWEep:LIST:LIST? 2,3 /*Acquire 3 rows of sweep values starting from the

second row in the sweep list */

[:SOURce]:SWEep:MODE

Syntax

[:SOURce]:SWEep:MODE CONTinue|SINGle
[:SOURce]:SWEep:MODE?

Description

Set the sweep mode.
Query the sweep mode.

Parameter

Name

Type

Range

Default

CONTinue|SINGle

Discrete

CONTinue|SINGle

CONTinue

Explanation

 CONTinue: select "Cont" mode. The instrument sweeps continuously

according to the current setting when the trigger condition is met.

 SINGle: select "Single" mode. The instrument performs a sweep according to

the current setting and then stops when the trigger condition is met.

Return Format

The query returns the sweep mode (CONT or SING).

Example

:SWE:MODE CONT
:SWE:MODE?

Advertising