Crc

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBS:CRC:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBS:CRC:[STATe]
value: bool = driver.source.bb.dvb.dvbs.crc.get_state()

Activates generation of CRC32.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBS:CRC:[STATe]
driver.source.bb.dvb.dvbs.crc.set_state(state = False)

Activates generation of CRC32.

Parameters:

state – 1 | ON | 0| OFF