Wlist

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:RTCI:[SEQuencer<ST>]:WLISt:SAVE
Commands in total: 5
Subgroups: 2
Direct child commands: 1
save(sequencer=Sequencer.Default) None[source]
# [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.

Parameters:

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 copy of the original group, that exists independently
wlist_copy = driver.source.bb.esequencer.rtci.sequencer.wlist.clone()

Subgroups