CrcMethod

SCPI Command :

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

Selects the calculation method for the CRC checksum.

Parameters:

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

Returns:

crc_calculation: SAEJ: according to the standard TLE: according to the computing method for TLE_4998X sensors.

set(crc_calculation: BusSentCrcCalculation, bus=Bus.Default) None[source]
# BUS<*>:SENT:CRCMethod
driver.bus.sent.crcMethod.set(crc_calculation = enums.BusSentCrcCalculation.SAEJ, bus = repcap.Bus.Default)

Selects the calculation method for the CRC checksum.

Parameters:
  • crc_calculation – SAEJ: according to the standard TLE: according to the computing method for TLE_4998X sensors.

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