Hactive

SCPI Command :

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

Activates the header data in the frame.

Returns:

state: 1 | ON | 0| OFF

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

Activates the header data in the frame.

Parameters:

state – 1 | ON | 0| OFF