Rbit
SCPI Command :
[SOURce<HW>]:BB:LORA:FCONfiguration:RBIT:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:LORA:FCONfiguration:RBIT:STATe value: bool = driver.source.bb.lora.fconfiguration.rbit.get_state()
Enables the reserved bit in the frame header.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:LORA:FCONfiguration:RBIT:STATe driver.source.bb.lora.fconfiguration.rbit.set_state(state = False)
Enables the reserved bit in the frame header.
- Parameters:
state – 1 | ON | 0| OFF