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