Entry

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:ENTRy:DELete
class EntryCls[source]

Entry commands group definition. 5 total commands, 4 Subgroups, 1 group commands

delete(index: int = None) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:ENTRy:DELete
driver.source.sequencer.listPy.entry.delete(index = 1)

Deletes the selected entry from the sequencer list. You can specify <Index> to select that entry. Or you can select an entry via method RsCmwGprfGen.Source.Sequencer.ListPy.index. After the deletion, the selection moves to the next entry, if possible. Otherwise, it moves to the previous entry.

param index:

integer Index of the entry to be deleted

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.sequencer.listPy.entry.clone()

Subgroups