Lcrc

SCPI Command :

SEARch:TRIGger:PCIE:ERRC:LCRC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:PCIE:ERRC:LCRC
value: bool = driver.search.trigger.pcie.errc.lcrc.get(search = 'abc')

Enables searching for link cyclic redundancy check (LCRC) errors.

Parameters:

search – OFF | ON

set(search: str, error_bad_lcrc: bool) None[source]
# SEARch:TRIGger:PCIE:ERRC:LCRC
driver.search.trigger.pcie.errc.lcrc.set(search = 'abc', error_bad_lcrc = False)

Enables searching for link cyclic redundancy check (LCRC) errors.