Select
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:PLAYback:[SEQuencer<ST>]:FILE:[SELect]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sequencer=Sequencer.Default) str[source]
# [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.
- Parameters:
sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)
- Returns:
filename: string
- set(filename: str, sequencer=Sequencer.Default) None[source]
# [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.
- Parameters:
filename – string
sequencer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sequencer’)