CrcVersion

SCPI Command :

BUS<*>:SENT:CRCVersion
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) BusSentCrcVersion[source]
# BUS<*>:SENT:CRCVersion
value: enums.BusSentCrcVersion = driver.bus.sent.crcVersion.get(bus = repcap.Bus.Default)

Selects the calculaction method for the cyclic redundancy check (CRC) .

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

crc_version: Legacy: method used up to 2010 V2010: current method

set(crc_version: BusSentCrcVersion, bus=Bus.Default) None[source]
# BUS<*>:SENT:CRCVersion
driver.bus.sent.crcVersion.set(crc_version = enums.BusSentCrcVersion.LEGA, bus = repcap.Bus.Default)

Selects the calculaction method for the cyclic redundancy check (CRC) .

Parameters:
  • crc_version – Legacy: method used up to 2010 V2010: current method

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)