Ccrc

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CCRC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:BTOoth:CCRC:STATe
value: bool = driver.source.bb.btooth.ccrc.get_state()

Enables/disables the corruption of CRC for every second generated packet. If enabled, only 50% of packets are generated with correct CRC.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:BTOoth:CCRC:STATe
driver.source.bb.btooth.ccrc.set_state(state = False)

Enables/disables the corruption of CRC for every second generated packet. If enabled, only 50% of packets are generated with correct CRC.

Parameters:

state – 1 | ON | 0| OFF