Segment

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:WLISt:SEGMent:DELete
class SegmentCls[source]

Segment commands group definition. 3 total commands, 2 Subgroups, 1 group commands

delete(filename: str, sequencer=Sequencer.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:WLISt:SEGMent:DELete
driver.source.bb.esequencer.rtci.sequencer.wlist.segment.delete(filename = 'abc', sequencer = repcap.Sequencer.Default)

Deletes the selected waveform file.

param filename

string

param sequencer

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.esequencer.rtci.sequencer.wlist.segment.clone()

Subgroups