CrcVersion

SCPI Command :

SBUS<*>:SENT:CRCVersion
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) CrcVersion[source]
# SBUS<*>:SENT:CRCVersion
value: enums.CrcVersion = driver.sbus.sent.crcVersion.get(serialBus = repcap.SerialBus.Default)

Selects the version the CRC check is based on.

Parameters:

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

Returns:

crc_version: LEGA: Legacy V2010: v2010/v2016

set(crc_version: CrcVersion, serialBus=SerialBus.Default) None[source]
# SBUS<*>:SENT:CRCVersion
driver.sbus.sent.crcVersion.set(crc_version = enums.CrcVersion.LEGA, serialBus = repcap.SerialBus.Default)

Selects the version the CRC check is based on.

Parameters:
  • crc_version – LEGA: Legacy V2010: v2010/v2016

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