ChksError

SCPI Command :

TRIGger<*>:LIN:CHKSerror
Commands in total: 1
Subgroups: 0
Direct 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: method RsRtx.trigger.lin.typePy.set() to ERRC. The frame identifier must be set with method RsRtx.trigger.lin.errPattern.set() and the data length with method RsRtx.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: method RsRtx.trigger.lin.typePy.set() to ERRC. The frame identifier must be set with method RsRtx.trigger.lin.errPattern.set() and the data length with method RsRtx.trigger.lin.crcDataLen.set() .

Parameters:
  • checksum_error – OFF | ON

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)