Parity
SCPI Command :
TRIGger<*>:CXPI:ERRor:PARity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:CXPI:ERRor:PARity value: bool = driver.trigger.cxpi.error.parity.get(trigger = repcap.Trigger.Default)
Triggers on a parity error indicating a transmission error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
error_parity: OFF | ON
- set(error_parity: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:ERRor:PARity driver.trigger.cxpi.error.parity.set(error_parity = False, trigger = repcap.Trigger.Default)
Triggers on a parity error indicating a transmission error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor.- Parameters:
error_parity – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)