Parity
SCPI Command :
TRIGger<*>:SWIRe:ERRor:PARity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:SWIRe:ERRor:PARity value: bool = driver.trigger.swire.error.parity.get(trigger = repcap.Trigger.Default)
Enables triggering on a parity error (even parity) .
- 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<*>:SWIRe:ERRor:PARity driver.trigger.swire.error.parity.set(error_parity = False, trigger = repcap.Trigger.Default)
Enables triggering on a parity error (even parity) .
- Parameters:
error_parity – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)