151
3-21-46. :SEARCH:TRIGger:BUS:B1:LIN:DATa:SIZe
Set
Query
Description
Sets or returns the length of the data string in bytes
for the LIN search trigger.
Note: Only applicable when the condition is set to
DATA or IDANDDATA.
Syntax
:SEARCH:TRIGger:BUS:B1:LIN:DATa:SIZe {<NR1>|?}
Parameter/ Return
parameter
<NR1>
1~8 (bytes)
Example
:SEARCH:TRIGger:BUS:B1:LIN:DATa:SIZe?
>1
:SEARCH:TRIGger:BUS:B1:LIN:DATa:SIZe 2
:SEARCH:TRIGger:BUS:B1:LIN:DATa:SIZe?
>2
3-21-47. :SEARCH:TRIGger:BUS:B1:LIN:DATa:VALue
Set
Query
Description
Sets or returns the binary data string to be used for the
LIN search trigger.
Note: Only applicable when the condition is set to DATA
or IDANDDATA.
Related
Commands
:SEARCH:TRIGger:BUS:B1:LIN:DATa:SIZe
Syntax
:SEARCH:TRIGger:BUS:B1:LIN:DATa: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
:SEARCH:TRIGger:BUS:B1:LIN:DATa:SIZe 1
:SEARCH:TRIGger:BUS:B1:LIN:DATa:VALue
"01010X1X"
:SEARCH:TRIGger:BUS:B1:LIN:DATa:VALue?
>01010X1X