PcrcError
SCPI Command :
SEARch:TRIGger:FLXRay:PCRCerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:FLXRay:PCRCerror value: bool = driver.search.trigger.flxRay.pcrcError.get(search = 'abc')
Searches for error in the Cyclic Redundancy Check of the payload data.
- Parameters:
search – OFF | ON
- set(search: str, crcp_load_err: bool) None[source]
# SEARch:TRIGger:FLXRay:PCRCerror driver.search.trigger.flxRay.pcrcError.set(search = 'abc', crcp_load_err = False)
Searches for error in the Cyclic Redundancy Check of the payload data.