PcrcError
SCPI Command :
TRIGger<*>:FLXRay:PCRCerror
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:FLXRay:PCRCerror value: bool = driver.trigger.flxRay.pcrcError.get(trigger = repcap.Trigger.Default)
Triggers on error in the Cyclic Redundancy Check of the payload data.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(crcp_load_err: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:PCRCerror driver.trigger.flxRay.pcrcError.set(crcp_load_err = False, trigger = repcap.Trigger.Default)
Triggers on error in the Cyclic Redundancy Check of the payload data.
- Parameters:
crcp_load_err – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)