ARB Subsystem
Copyright © ITECH Electronic Co., Ltd. 88
Syntax:
LIST:FILE:NUMBer?
Example
LIST:FILE:NUMB?
LIST:FILE:NAME? <index>
This command is used to query the name of a list file according to the index.
Syntax:
LIST:FILE:NAME? <index>
Arguments
<NR1>
Example
LIST:FILE:NAME? 1
LIST:FILE:DELete <filename>
This command is used to delete the list file.
Syntax:
LIST:FILE:DELete <filename>
Arguments
<CPD>
Example
LIST:FILE:DEL "123.csv"
LIST:STEP:JUMP <NR1>
The command sets the step number of the list loop jump, for Example, if it is set to
2, the list loop skips the previous two steps and starts from step 3.
NR1: The minimum value is 0, i.e., no skipped steps and all steps are looped; the
maximum value is less than the total number of steps.
Syntax:
LIST:STEP:JUMP <NR1>
Arguments
<NR1>
Query syntax:
LIST:STEP:JUMP? [MAXimum|MINimum]