Eactive

SCPI Command :

[SOURce<HW>]:BB:LORA:FCONfiguration:EACTive:STATe
class EactiveCls[source]

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

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

Activates encoding of the modulation symbols.

return

state: 1| ON| 0| OFF

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

Activates encoding of the modulation symbols.

param state

1| ON| 0| OFF