Bmode
SCPI Command :
[SOURce<HW>]:BB:LORA:FCONfiguration:BMODe:STATe
- class BmodeCls[source]
Bmode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:BMODe:STATe value: bool = driver.source.bb.lora.fconfiguration.bmode.get_state()
Activates the burst mode of header data in the frame.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:BMODe:STATe driver.source.bb.lora.fconfiguration.bmode.set_state(state = False)
Activates the burst mode of header data in the frame.
- param state
1| ON| 0| OFF