Standard
SCPI Command :
TRIGger<*>:LIN:STANdard
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) BusLinStandard[source]
# TRIGger<*>:LIN:STANdard value: enums.BusLinStandard = driver.trigger.lin.standard.get(trigger = repcap.Trigger.Default)
Sets the LIN standard to trigger on CRC errors (method
RsRtx.trigger.lin.typePy.set()is set to ERRC and methodRsRtx.trigger.lin.chksError.set()is set ON.)- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(cksum_std: BusLinStandard, trigger=Trigger.Default) None[source]
# TRIGger<*>:LIN:STANdard driver.trigger.lin.standard.set(cksum_std = enums.BusLinStandard.AUTO, trigger = repcap.Trigger.Default)
Sets the LIN standard to trigger on CRC errors (method
RsRtx.trigger.lin.typePy.set()is set to ERRC and methodRsRtx.trigger.lin.chksError.set()is set ON.)- Parameters:
cksum_std – V1X | V2X | J2602 | AUTO
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)