ErrPattern

SCPI Command :

SEARch:TRIGger:LIN:ERRPattern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:LIN:ERRPattern
value: int = driver.search.trigger.lin.errPattern.get(search = 'abc')

Sets the frame identifier to search for a checksum error.

Returns:

error_pattern: Numeric or string pattern, see ‘Bit pattern parameter’.

set(search: str, error_pattern: int) None[source]
# SEARch:TRIGger:LIN:ERRPattern
driver.search.trigger.lin.errPattern.set(search = 'abc', error_pattern = 1)

Sets the frame identifier to search for a checksum error.

Parameters:

error_pattern – Numeric or string pattern, see ‘Bit pattern parameter’.