CrcMethod
SCPI Command :
SBUS<*>:SENT:CRCMethod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) CrcCalculation[source]
# SBUS<*>:SENT:CRCMethod value: enums.CrcCalculation = driver.sbus.sent.crcMethod.get(serialBus = repcap.SerialBus.Default)
Selects the method for CRC calculation.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- Returns:
crc_calculation: SAEJ: SAE_J2716 TLE: TLE_4998X
- set(crc_calculation: CrcCalculation, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:CRCMethod driver.sbus.sent.crcMethod.set(crc_calculation = enums.CrcCalculation.SAEJ, serialBus = repcap.SerialBus.Default)
Selects the method for CRC calculation.
- Parameters:
crc_calculation – SAEJ: SAE_J2716 TLE: TLE_4998X
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)