Crc
SCPI Command :
TRIGger<*>:CXPI:ERRor:CRC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:CXPI:ERRor:CRC value: bool = driver.trigger.cxpi.error.crc.get(trigger = repcap.Trigger.Default)
Triggers on a cyclic redundancy check error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor. The transmitting node calculates the cyclic redundancy check (CRC) value of a frame and stores it into the CRC field of the frame. CRC error occurs when this CRC field value differs from the value calculated by the receiving node.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
error_crc: OFF | ON
- set(error_crc: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:ERRor:CRC driver.trigger.cxpi.error.crc.set(error_crc = False, trigger = repcap.Trigger.Default)
Triggers on a cyclic redundancy check error, if method
RsRtx.trigger.cxpi.typePy.set()is set to ERRor. The transmitting node calculates the cyclic redundancy check (CRC) value of a frame and stores it into the CRC field of the frame. CRC error occurs when this CRC field value differs from the value calculated by the receiving node.- Parameters:
error_crc – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)