HcrcError
SCPI Command :
SEARch:TRIGger:FLXRay:HCRCerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:FLXRay:HCRCerror value: bool = driver.search.trigger.flxRay.hcrcError.get(search = 'abc')
Searches for an error in the Cyclic Redundancy Check of the header data (mainly frame ID and payload length) .
- Returns:
crc_header_error: OFF | ON
- set(search: str, crc_header_error: bool) None[source]
# SEARch:TRIGger:FLXRay:HCRCerror driver.search.trigger.flxRay.hcrcError.set(search = 'abc', crc_header_error = False)
Searches for an error in the Cyclic Redundancy Check of the header data (mainly frame ID and payload length) .
- Parameters:
crc_header_error – OFF | ON