Select
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:PLAYback:[BB<ST>]:FILE:[SELect]
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseband=Baseband.Default) str [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:PLAYback:[BB<ST>]:FILE:[SELect] value: str = driver.source.bb.esequencer.playback.bb.file.select.get(baseband = repcap.Baseband.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 baseband
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)
- return
filename: string
- set(filename: str, baseband=Baseband.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:PLAYback:[BB<ST>]:FILE:[SELect] driver.source.bb.esequencer.playback.bb.file.select.set(filename = 'abc', baseband = repcap.Baseband.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 baseband
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)