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