CrcError

SCPI Command :

SEARch:TRIGger:CAN:CRCerror
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:CAN:CRCerror
value: bool = driver.search.trigger.can.crcError.get(search = 'abc')

Searches for errors in the Cyclic Redundancy Check.

Returns:

checksum_error: OFF | ON

set(search: str, checksum_error: bool) None[source]
# SEARch:TRIGger:CAN:CRCerror
driver.search.trigger.can.crcError.set(search = 'abc', checksum_error = False)

Searches for errors in the Cyclic Redundancy Check.

Parameters:

checksum_error – OFF | ON