Crc
SCPI Command :
SEARch:TRIGger:CXPI:ERRor:CRC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:CXPI:ERRor:CRC value: bool = driver.search.trigger.cxpi.error.crc.get(search = 'abc')
Searches for a cyclic redundancy check error, if method
RsRtx.search.trigger.cxpi.typePy.set()is set to ERRor.- Returns:
error_crc: OFF | ON
- set(search: str, error_crc: bool) None[source]
# SEARch:TRIGger:CXPI:ERRor:CRC driver.search.trigger.cxpi.error.crc.set(search = 'abc', error_crc = False)
Searches for a cyclic redundancy check error, if method
RsRtx.search.trigger.cxpi.typePy.set()is set to ERRor.- Parameters:
error_crc – OFF | ON