CrcDataLen
SCPI Command :
SEARch:TRIGger:LIN:CRCDatalen
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:LIN:CRCDatalen value: int = driver.search.trigger.lin.crcDataLen.get(search = 'abc')
Sets the number of data bytes search for CRC errors.
- Returns:
crc_data_length: 0 to 8
- set(search: str, crc_data_length: int) None[source]
# SEARch:TRIGger:LIN:CRCDatalen driver.search.trigger.lin.crcDataLen.set(search = 'abc', crc_data_length = 1)
Sets the number of data bytes search for CRC errors.
- Parameters:
crc_data_length – 0 to 8