Source]:pulm:train:list:count, Source]:pulm:train:list:delete, Source]:pulm:train:list:get – RIGOL DSG3000 Series User Manual
Page 94

RIGOL
2-74
DSG3000 Programming Guide
[:SOURce]:PULM:TRAin:LIST:COUNt
Syntax
[:SOURce]:PULM:TRAin:LIST:COUNt?
Description
Aquire the total number of rows of the current pulse list.
Explanation
[:SOURce]:PULM:TRAin:LIST:DELete
number of rows of the list or use the
[:SOURce]:PULM:TRAin:LIST:INSErt
command to increase the number of rows of the list.
Return Format
The query returns an integer, for example, 2.
Related
Commands
[:SOURce]:PULM:TRAin:LIST:DELete
[:SOURce]:PULM:TRAin:LIST:INSErt
[:SOURce]:PULM:TRAin:LIST:DELete
Syntax
[:SOURce]:PULM:TRAin:LIST:DELete <Index>
Description
Delete the pulse value of the specified row in the current pulse list.
Parameter
Name
Type
Range
Default
<Index>
Integer
1 to the total number of rows of the
current pulse list
NULL
Explanation
<Index> denotes the row number of the pulse list.
You can reduce a row of pulse value using this command. You can add a row of
[:SOURce]:PULM:TRAin:LIST:INSErt
Example
:PULM:TRA:LIST:DEL 2 /*Delete the pulse value of the second row in the current
pulse list */
Related
Commands
[:SOURce]:PULM:TRAin:LIST:COUNt
[:SOURce]:PULM:TRAin:LIST:INSErt
[:SOURce]:PULM:TRAin:LIST:GET
Syntax
[:SOURce]:PULM:TRAin:LIST:GET <Start>,<Count>
Description
Acquire the pulse list data within the specified range.
Parameter
Name
Type
Range
Default
<Start>
Integer
1 to the total number of rows in the
current pulse list
NULL
<Count>
Integer
1 to the total number of rows in the
current pulse list
NULL
Explanation
<Start>: the number of the start row of the train list data to be acquired.
<Count>: the total number of rows of the train list data to be acquired.
Return Format
The query returns the pulse list data acquired, for example,
NO.2:200.00 us , 30.00 ms, 1, 30.20 ms
NO.3:300.00 us , 40.00 ms, 1, 40.30 ms
Example
:PULM:TRA:LIST:GET 2,2 /*Acquire 2 rows of pulse data in the pulse list
starting from the second row*/
Related
Command
[:SOURce]:PULM:TRAin:LIST:COUNt