State
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:USER:[BB<ST>]:HOTime:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseband=Baseband.Default) bool[source]
# [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 method
RsSmw.source.bb.esequencer.user.bb.hoTime.file.select.set().- Parameters:
baseband – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, baseband=Baseband.Default) None[source]
# [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 method
RsSmw.source.bb.esequencer.user.bb.hoTime.file.select.set().- Parameters:
state – 1 | ON | 0| OFF
baseband – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bb’)