Ccrc

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CCRC:STATe
class CcrcCls[source]

Ccrc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [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.

return

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: [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.

param state

1| ON| 0| OFF