Technical data
:SBUS<n> Commands 25
Agilent InfiniiVision 2000 X-Series Oscilloscopes Programmer's Guide 505
:SBUS<n>:SPI:TRIGger:PATTern:MOSI:DATA
(see page 790)
Command Syntax
:SBUS<n>:SPI:TRIGger:PATTern:MOSI:DATA <string>
<string> ::= "nn...n" where n ::= {0 |1|X|$}
<string ::= "0xnn...n" where n ::= {0,..,9 | A,..,F | X | $}
The :SBUS<n>:SPI:TRIGger:PATTern:MOSI:DATA command defines the SPI
data pattern resource according to the string parameter. This pattern,
along with the data width, control the data pattern searched for in the
data stream.
If the string parameter starts with "0x", it is a hexadecimal string made up
of hexadecimal and X (don't care) characters; otherwise, it is a binary
string made up of 0, 1, and X (don't care) characters.
Query Syntax
:SBUS<n>:SPI:TRIGger:PATTern:MOSI:DATA?
The :SBUS<n>:SPI:TRIGger:PATTern:MOSI:DATA? query returns the current
settings of the specified SPI data pattern resource in the binary string
format.
Return Format
<string><NL>
See Also • "Introduction to :TRIGger Commands" on page 589
• ":SBUS<n>:SPI:TRIGger:PATTern:MOSI:WIDTh" on page 506
• ":SBUS<n>:SPI:SOURce:MOSI" on page 502
NOTE
The :SBUS<n>:SPI:TRIGger:PATTern:MOSI:WIDTh should be set before
:SBUS<n>:SPI:TRIGger:PATTern:MOSI:DATA.