CrcError
SCPI Command :
SEARch:TRIGger:SENT:CRCerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:SENT:CRCerror value: bool = driver.search.trigger.sent.crcError.get(search = 'abc')
Enables the search for errors in the Cyclic Redundancy Check. To initially enable the search for an error event, set method
RsRtx.search.trigger.sent.error.set()to ON.- Returns:
crc_error: OFF | ON
- set(search: str, crc_error: bool) None[source]
# SEARch:TRIGger:SENT:CRCerror driver.search.trigger.sent.crcError.set(search = 'abc', crc_error = False)
Enables the search for errors in the Cyclic Redundancy Check. To initially enable the search for an error event, set method
RsRtx.search.trigger.sent.error.set()to ON.- Parameters:
crc_error – OFF | ON