IpError
SCPI Command :
TRIGger<*>:LIN:IPERror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:LIN:IPERror value: bool = driver.trigger.lin.ipError.get(trigger = repcap.Trigger.Default)
Triggers if an error occurs in the identifier parity bits. These are the bits 6 and 7 of the identifier. The trigger type has to be set before: method
RsRtx.trigger.lin.typePy.set()to ERRC.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(idtf_par_err: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:LIN:IPERror driver.trigger.lin.ipError.set(idtf_par_err = False, trigger = repcap.Trigger.Default)
Triggers if an error occurs in the identifier parity bits. These are the bits 6 and 7 of the identifier. The trigger type has to be set before: method
RsRtx.trigger.lin.typePy.set()to ERRC.- Parameters:
idtf_par_err – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)