Select
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:AOTime<CH>:FILE:[SELect]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseband=Baseband.Default, attenuationList=AttenuationList.Default) str[source]
# [SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:AOTime<CH>:FILE:[SELect] value: str = driver.source.bb.esequencer.user.bb.aoTime.file.select.get(baseband = repcap.Baseband.Default, attenuationList = repcap.AttenuationList.Default)
Selects an existing attenuation list file.
- Parameters:
baseband – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)
attenuationList – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AoTime’)
- Returns:
filename: string
- set(filename: str, baseband=Baseband.Default, attenuationList=AttenuationList.Default) None[source]
# [SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:AOTime<CH>:FILE:[SELect] driver.source.bb.esequencer.user.bb.aoTime.file.select.set(filename = 'abc', baseband = repcap.Baseband.Default, attenuationList = repcap.AttenuationList.Default)
Selects an existing attenuation list file.
- Parameters:
filename – string
baseband – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)
attenuationList – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AoTime’)