Iactive

SCPI Command :

[SOURce<HW>]:BB:LORA:FCONfiguration:IACTive:STATe
class IactiveCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:IACTive:STATe
value: bool = driver.source.bb.lora.fconfiguration.iactive.get_state()

Activates the interleaver in the frame.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:IACTive:STATe
driver.source.bb.lora.fconfiguration.iactive.set_state(state = False)

Activates the interleaver in the frame.

param state

1| ON| 0| OFF