ChksError
SCPI Command :
SEARch:TRIGger:LIN:CHKSerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:LIN:CHKSerror value: bool = driver.search.trigger.lin.chksError.get(search = 'abc')
Searches for checksum errors according to the LIN standard. Use the following commands to configure the checksum error search:
method
RsRtx.search.trigger.lin.errPattern.set()method
RsRtx.search.trigger.lin.crcDataLen.set()method
RsRtx.search.trigger.lin.standard.set()
- Returns:
checksum_error: OFF | ON
- set(search: str, checksum_error: bool) None[source]
# SEARch:TRIGger:LIN:CHKSerror driver.search.trigger.lin.chksError.set(search = 'abc', checksum_error = False)
Searches for checksum errors according to the LIN standard. Use the following commands to configure the checksum error search:
method
RsRtx.search.trigger.lin.errPattern.set()method
RsRtx.search.trigger.lin.crcDataLen.set()method
RsRtx.search.trigger.lin.standard.set()
- Parameters:
checksum_error – OFF | ON