Crc
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBS:CRC:[STATe]
- class CrcCls[source]
Crc commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:CRC:[STATe] value: bool = driver.source.bb.dvb.dvbs.crc.get_state()
Activates generation of CRC32.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:CRC:[STATe] driver.source.bb.dvb.dvbs.crc.set_state(state = False)
Activates generation of CRC32.
- param state
1| ON| 0| OFF