Select

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:DFINding:[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:DFINding:[BB<ST>]:FILE:[SELect]
value: str = driver.source.bb.esequencer.dfinding.bb.file.select.get(baseband = repcap.Baseband.Default)

Selects an existing direction finding file.

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:DFINding:[BB<ST>]:FILE:[SELect]
driver.source.bb.esequencer.dfinding.bb.file.select.set(filename = 'abc', baseband = repcap.Baseband.Default)

Selects an existing direction finding file.

param filename

string

param baseband

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