Parity
SCPI Command :
TRIGger<*>:ARINc:ERRor:PARity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:ARINc:ERRor:PARity value: bool = driver.trigger.arinc.error.parity.get(trigger = repcap.Trigger.Default)
Enables triggering when a parity error occurs.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
parity_error: OFF | ON
- set(parity_error: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:ARINc:ERRor:PARity driver.trigger.arinc.error.parity.set(parity_error = False, trigger = repcap.Trigger.Default)
Enables triggering when a parity error occurs.
- Parameters:
parity_error – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)