Wlist

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:WLISt:SAVE
class WlistCls[source]

Wlist commands group definition. 5 total commands, 2 Subgroups, 1 group commands

save(sequencer=Sequencer.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:WLISt:SAVE
driver.source.bb.esequencer.rtci.sequencer.wlist.save(sequencer = repcap.Sequencer.Default)

Save and load the waveform list to the coder board, the file extension *.inf_mswv is automatically assigned.

param sequencer

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

save_with_opc(sequencer=Sequencer.Default, opc_timeout_ms: int = - 1) None[source]

Cloning the Group

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

Subgroups