State

SCPI Command :

[SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:HOTime:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(baseband=Baseband.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:HOTime:STATe
value: bool = driver.source.bb.esequencer.user.bb.hoTime.state.get(baseband = repcap.Baseband.Default)

Enables the selected frequency hopping list to be included in the signal generation. Select a frequency hopping list file first, see [:SOURce<hw>]:BB:ESEQuencer:USER[:BB<st>]:HOTime:FILE[:SELect].

param baseband

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

return

state: 1| ON| 0| OFF

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

Enables the selected frequency hopping list to be included in the signal generation. Select a frequency hopping list file first, see [:SOURce<hw>]:BB:ESEQuencer:USER[:BB<st>]:HOTime:FILE[:SELect].

param state

1| ON| 0| OFF

param baseband

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