Bmode
SCPI Command :
[SOURce<HW>]:BB:LORA:FCONfiguration:BMODe:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF