Rbit

SCPI Command :

[SOURce<HW>]:BB:LORA:FCONfiguration:RBIT:STATe
class RbitCls[source]

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

get_state() bool[source]
# SCPI: [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.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [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.

param state

1| ON| 0| OFF