ChksError
SCPI Command :
TRIGger<*>:LIN:CHKSerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:LIN:CHKSerror value: bool = driver.trigger.lin.chksError.get(trigger = repcap.Trigger.Default)
Triggers on checksum errors according to the LIN standard set with method
RsRtx.bus.lin.standard.set(). The trigger type has to be set before: methodRsRtx.trigger.lin.typePy.set()to ERRC. The frame identifier must be set with methodRsRtx.trigger.lin.errPattern.set()and the data length with methodRsRtx.trigger.lin.crcDataLen.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
checksum_error: OFF | ON
- set(checksum_error: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:LIN:CHKSerror driver.trigger.lin.chksError.set(checksum_error = False, trigger = repcap.Trigger.Default)
Triggers on checksum errors according to the LIN standard set with method
RsRtx.bus.lin.standard.set(). The trigger type has to be set before: methodRsRtx.trigger.lin.typePy.set()to ERRC. The frame identifier must be set with methodRsRtx.trigger.lin.errPattern.set()and the data length with methodRsRtx.trigger.lin.crcDataLen.set().- Parameters:
checksum_error – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)