Hactive
SCPI Command :
[SOURce<HW>]:BB:LORA:FCONfiguration:HACTive:STATe
- class HactiveCls[source]
Hactive commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:HACTive:STATe value: bool = driver.source.bb.lora.fconfiguration.hactive.get_state()
Activates the header data in the frame.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:HACTive:STATe driver.source.bb.lora.fconfiguration.hactive.set_state(state = False)
Activates the header data in the frame.
- param state
1| ON| 0| OFF