Select

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:PLAYback:[SEQuencer<ST>]:FILE:[SELect]
class SelectCls[source]

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

get(sequencer=Sequencer.Default) str[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:PLAYback:[SEQuencer<ST>]:FILE:[SELect]
value: str = driver.source.bb.esequencer.playback.sequencer.file.select.get(sequencer = repcap.Sequencer.Default)

Accesses the standard ‘File Select’ function of the instrument to load a user written PDW file. The provided navigation possibilities in the dialog are self-explanatory.

param sequencer

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

return

filename: string

set(filename: str, sequencer=Sequencer.Default) None[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:PLAYback:[SEQuencer<ST>]:FILE:[SELect]
driver.source.bb.esequencer.playback.sequencer.file.select.set(filename = 'abc', sequencer = repcap.Sequencer.Default)

Accesses the standard ‘File Select’ function of the instrument to load a user written PDW file. The provided navigation possibilities in the dialog are self-explanatory.

param filename

string

param sequencer

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