CrcError

SCPI Command :

TRIGger<*>:SENT:CRCerror
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:SENT:CRCerror
value: bool = driver.trigger.sent.crcError.get(trigger = repcap.Trigger.Default)

Triggers on CRC errors in both, the transmission sequences and serial messages. A CRC error occurs when the CRC calculated by the receiver differs from the received value in the CRC sequence. The CRC length is 4 bits for transmission sequences and short serial messages, and 6 bit of enhanced serial messages. To trigger on an error event, select the correspondig trigger type with TRIGger<m>:SENT:TYPE ERRC.

Parameters:

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

Returns:

crc_error: OFF | ON

set(crc_error: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:CRCerror
driver.trigger.sent.crcError.set(crc_error = False, trigger = repcap.Trigger.Default)

Triggers on CRC errors in both, the transmission sequences and serial messages. A CRC error occurs when the CRC calculated by the receiver differs from the received value in the CRC sequence. The CRC length is 4 bits for transmission sequences and short serial messages, and 6 bit of enhanced serial messages. To trigger on an error event, select the correspondig trigger type with TRIGger<m>:SENT:TYPE ERRC.

Parameters:
  • crc_error – OFF | ON

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