State

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:AOTime<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseband=Baseband.Default, attenuationList=AttenuationList.Default) bool[source]
# [SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:AOTime<CH>:STATe
value: bool = driver.source.bb.esequencer.user.bb.aoTime.state.get(baseband = repcap.Baseband.Default, attenuationList = repcap.AttenuationList.Default)

Enables the selected attenuation list to be included in the signal generation. Select an attenuation list file first, see method RsSmw.source.bb.esequencer.user.bb.aoTime.file.select.set() .

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:

state: 1 | ON | 0| OFF

set(state: bool, baseband=Baseband.Default, attenuationList=AttenuationList.Default) None[source]
# [SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:AOTime<CH>:STATe
driver.source.bb.esequencer.user.bb.aoTime.state.set(state = False, baseband = repcap.Baseband.Default, attenuationList = repcap.AttenuationList.Default)

Enables the selected attenuation list to be included in the signal generation. Select an attenuation list file first, see method RsSmw.source.bb.esequencer.user.bb.aoTime.file.select.set() .

Parameters:
  • state – 1 | ON | 0| OFF

  • 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’)