File

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:ASEQuencing:[SEQuencer<ST>]:WLISt:FILE
class FileCls[source]

File commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(sequencer=Sequencer.Default) str[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:[SEQuencer<ST>]:WLISt:FILE
value: str = driver.source.bb.esequencer.asequencing.sequencer.wlist.file.get(sequencer = repcap.Sequencer.Default)

Selects a waveform list from the default directory. If a waveform list with the specified name does not yet exist, it is created. The file extension *.inf_mswv may be omitted.

param sequencer

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

return

file: string

set(file: str, sequencer=Sequencer.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:ASEQuencing:[SEQuencer<ST>]:WLISt:FILE
driver.source.bb.esequencer.asequencing.sequencer.wlist.file.set(file = 'abc', sequencer = repcap.Sequencer.Default)

Selects a waveform list from the default directory. If a waveform list with the specified name does not yet exist, it is created. The file extension *.inf_mswv may be omitted.

param file

string

param sequencer

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