State
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:AOTime<CH>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseband=Baseband.Default, attenuationList=AttenuationList.Default) bool [source]
# SCPI: [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 [:SOURce<hw>]:BB:ESEQuencer:USER[:BB<st>]:AOTime<ch>:FILE[:SELect].
- param baseband
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)
- param attenuationList
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AoTime’)
- return
state: 1| ON| 0| OFF
- set(state: bool, baseband=Baseband.Default, attenuationList=AttenuationList.Default) None [source]
# SCPI: [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 [:SOURce<hw>]:BB:ESEQuencer:USER[:BB<st>]:AOTime<ch>:FILE[:SELect].
- param state
1| ON| 0| OFF
- param baseband
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)
- param attenuationList
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘AoTime’)