User manual

GDS-2000A Programming Manual
190
Return parameter
<NR1>
Returns the number of words.
Example
:SEARCH:TRIGger:BUS:B1:SPI:DATa:SIZe 10
Sets the number of words to 10.
: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