108
3-14-66. :TRIGger:BUS:B1:LIN:ERRTYPE
Set
Query
Description
Sets or returns the error type be used for the LIN
trigger.
Syntax
:TRIGger:BUS:B1:LIN:ERRTYPE
{SYNC|PARIty|CHecksum|?}
Parameter/ Return
parameter
SYNC
Sets the LIN error type to SYNC.
PARIty
Sets the LIN error type to parity.
CHecksum
Sets the LIN error type to checksum.
Example
:TRIGger:BUS:B1:LIN:ERRTYPE?
>SYNC
:TRIGger:BUS:B1:LIN:ERRTYPE CHECKSUM
:TRIGger:BUS:B1:LIN:ERRTYPE?
>CHECKSUM
3-14-67. :TRIGger:BUS:B1:LIN:IDentifier:VALue
Set
Query
Description
Sets or returns the binary address string to be used for
the LIN trigger.
Note: Only applicable when the condition is set to DATA
or IDANDDATA.
Syntax
:TRIGger:BUS:B1:LIN:IDentifier:VALue {<string>|?}
Parameter/ Return
parameter
<string>
The size of the string depends on the data
size setting. The string must be enclosed
in double quotes, “string”.
String contents:
x = don’t care
1 = binary 1
0 = binary 0
Example
:TRIGger:BUS:B1:LIN:CONDition ID
:TRIGger:BUS:B1:LIN:IDentifier:VALue "00X1X01X"
:TRIGger:BUS:B1:LIN:IDentifier:VALue?
>01100X1X01X