PcRc
SCPI Command :
[SOURce<HW>]:BB:LORA:FCONfiguration:PCRC:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF