142
3-21-33. :SEARCH:TRIGger:BUS:B1:SPI:DATa:SIZe
Set
Query
Description
Sets or queries the number of words for SPI data for
the search function.
Note
This setting only applies when the SPI search trigger is
set to trigger on MISO, MOSI or MISO/MOSI
Syntax
:SEARCH:TRIGger:BUS:B1:SPI:DATa:SIZe {<NR1>
| ?}
Related commands :SEARCH:TRIGger:BUS:B1:SPI:CONDition
Parameter
<NR1>
Number of words (1 to 32).
Return parameter
<NR1>
Returns the number of words.
Example
:SEARCH:TRIGger:BUS:B1:SPI:DATa:SIZe 10
Sets the number of words to 10.
3-21-34. :SEARCH:TRIGger:BUS:B1:SPI:DATa:MISO:VALue
Set
Query
Description
Sets or queries the search triggering data value for the
SPI bus when the bus is set to trigger on MISO or
MISO/MOSI.
Syntax
:SEARCH:TRIGger:BUS:B1:SPI:DATa:MISO:VALue
{string | ? }
Related commands :SEARCH:TRIGger:BUS:B1:SPI:DATa:SIZe
Parameter
<sting>
The number of characters in the string
depends on the data size setting. The
string must be enclosed in double quotes,
"string".
x = don’t care
1 = binary 1
0 = binary 0
Return Parameter
Returns the data value.
Example1
:SEARCH:TRIGger:BUS:B1:SPI:CONDition MISO
:SEARCH:TRIGger:BUS:B1:SPI:DATa:SIZe 2
:SEARCH:TRIGger:BUS:B1:SPI:DATa:MISO:VALue
"1x1x0101"
Sets the value to 1x1x0101
Example 2
:SEARCH:TRIGger:BUS:B1:SPI:DATa:MISO:VALue?
1X1X0101