Pcrc
SCPI Command :
[SOURce<HW>]:BB:LORA:FCONfiguration:PCRC:STATe
- class PcrcCls[source]
Pcrc commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:PCRC:STATe value: bool = driver.source.bb.lora.fconfiguration.pcrc.get_state()
Activates a cyclic redundancy check (CRC) of the payload.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:LORA:FCONfiguration:PCRC:STATe driver.source.bb.lora.fconfiguration.pcrc.set_state(state = False)
Activates a cyclic redundancy check (CRC) of the payload.
- param state
1| ON| 0| OFF