Technical data

Table Of Contents
800 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
28 Serial Bus Commands
:SBUS<N>:CAN:TRIGger:PATTern:DATA
Command :SBUS<N>:CAN:TRIGger:PATTern:DATA <string>
<string> ::= "nn...n" where n ::= {0 |1|X|$}
<string ::= "0xnn...n" where n ::= {0,..,9 | A,..,F | X | $}
The :SBUS<N>:CAN:TRIGger:PATTern:DATA command defines the CAN data
pattern resource according to the string parameter. This pattern, along
with the data length (set by the
:SBUS<N>:CAN:TRIGger:PATTern:DATA:LENGth command), control the data
pattern searched for in each CAN message.
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.
<N> An integer, 1-4.
Query
:SBUS<N>:CAN:TRIGger:PATTern:DATA?
The :SBUS<N>:CAN:TRIGger:PATTern:DATA? query returns the current
settings of the specified CAN data pattern resource in the binary string
format.
Returned Format
<string><NL> in nondecimal format
See Also ":TRIGger:MODE" on page 916
":SBUS<N>:MODE" on page 792
":SBUS<N>:CAN:TRIGger" on page 798
":SBUS<N>:CAN:TRIGger:PATTern:ID:MODE" on page 803
":SBUS<N>:CAN:TRIGger:PATTern:DATA:LENGth" on page 801
":SBUS<N>:CAN:TRIGger:PATTern:ID" on page 802
NOTE
You must set the proper :SBUS<N>:MODE, :SBUS<N>:CAN:TRIGger, and
:SBUS<N>:CAN:TRIGger:PATTern:ID:MODE before setting any other trigger values.
NOTE
If more bits are sent for <string> than specified by the
:SBUS<N>:CAN:TRIGger:PATTern:DATA:LENGth command, the most significant bits will be
truncated.