Crc

SCPI Command :

SEARch:TRIGger:TBTO:ERRor:CRC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:TBTO:ERRor:CRC
value: bool = driver.search.trigger.tbto.error.crc.get(search = 'abc')

Enables search for cyclic redundancy check (CRC) error.

Returns:

error_crc: OFF | ON

set(search: str, error_crc: bool) None[source]
# SEARch:TRIGger:TBTO:ERRor:CRC
driver.search.trigger.tbto.error.crc.set(search = 'abc', error_crc = False)

Enables search for cyclic redundancy check (CRC) error.

Parameters:

error_crc – OFF | ON