Crc
SCPI Command :
SEARch:TRIGger:PCIE:ERRC:CRC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:PCIE:ERRC:CRC value: bool = driver.search.trigger.pcie.errc.crc.get(search = 'abc')
Enables searching for 16-bit cyclic redundancy check (CRC) errors.
- Parameters:
search – OFF | ON
- set(search: str, error_bad_crc_16: bool) None[source]
# SEARch:TRIGger:PCIE:ERRC:CRC driver.search.trigger.pcie.errc.crc.set(search = 'abc', error_bad_crc_16 = False)
Enables searching for 16-bit cyclic redundancy check (CRC) errors.