Eactive

SCPI Command :

[SOURce<HW>]:BB:LORA:FCONfiguration:EACTive:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:LORA:FCONfiguration:EACTive:STATe
value: bool = driver.source.bb.lora.fconfiguration.eactive.get_state()

Activates encoding of the modulation symbols.

Returns:

state: 1 | ON | 0| OFF

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

Activates encoding of the modulation symbols.

Parameters:

state – 1 | ON | 0| OFF