Segment
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:WLISt:SEGMent:DELete
- Commands in total: 3Subgroups: 2Direct child commands: 1
- delete(filename: str, sequencer=Sequencer.Default) None[source]
# [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.
- Parameters:
filename – string
sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)
Cloning the Group
# Create a copy of the original group, that exists independently
segment_copy = driver.source.bb.esequencer.rtci.sequencer.wlist.segment.clone()
Subgroups