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