Select

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:DFINding:[BB<ST>]:FILE:[SELect]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseband=Baseband.Default) str[source]
# [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.

Parameters:

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

Returns:

filename: string

set(filename: str, baseband=Baseband.Default) None[source]
# [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.

Parameters:
  • filename – string

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