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.gprf.generator.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 RsCMPX_Gprf.Source.Gprf.Generator.Sequencer.ListPy.index. After the deletion, the selection moves to the next entry, if possible. Otherwise, it moves to the previous entry.

param index:

Index of the entry to be deleted.

Cloning the Group

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

Subgroups