Crc
SCPI Command :
TRIGger<*>:ETHernet:ERRor:CRC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:ETHernet:ERRor:CRC value: bool = driver.trigger.ethernet.error.crc.get(trigger = repcap.Trigger.Default)
Enables the trigger on a mismatch of the cyclic redundancy check (CRC) value between the transmitting and receiving device.
- 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<*>:ETHernet:ERRor:CRC driver.trigger.ethernet.error.crc.set(error_crc = False, trigger = repcap.Trigger.Default)
Enables the trigger on a mismatch of the cyclic redundancy check (CRC) value between the transmitting and receiving device.
- Parameters:
error_crc – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)