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