2-56
IM 701450-51E
:TRIGger:CAN:IDENtifier:ID<x>?
Function
Queries all settings related to the Identifier
ID<x> in the trigger conditions.
Syntax
:TRIGger:CAN:IDENtifier:ID<x>?
<x>=1 to 4
Example
:TRIGGER:CAN:IDENTIFIER:ID1? ->
:TRIGGER:CAN:IDENTIFIER:ID1:MODE 1;
PATTERN “11111101100”
:TRIGger:CAN:IDENtifier:ID<x>:HEXa
Function
Sets the pattern of the Identifier ID in the trigger
conditions in hexadecimal.
Syntax
:TRIGger:CAN:IDENtifier:ID<x>:HEXa
{<String>}
• When the message format is standard
<String>=3 characters by combining ‘0’ to ‘F’
and ‘X’ (except the highest character is ‘0’ to
‘7’, and ‘x’)
• When the message format is extended
<String>=8 characters by combining ‘0’ to ‘F’
and ‘X’ (except the highest character is ‘0’ to
‘1’, and ‘x’)
<x>=1 to 4
Example
:TRIGGER:CAN:IDENTIFIER:ID1:
HEXA “7FF”
:TRIGger:CAN:IDENtifier:ID<x>:MODE
Function
Enables or disables the Identifier ID<x> in the
trigger conditions or queries the current setting.
Syntax
:TRIGger:CAN:IDENtifier:ID<x>:MODE
{<Boolean>}
:TRIGger:CAN:IDENtifier:ID<x>:MODE?
<x>=1 to 4
Example
:TRIGGER:CAN:IDENTIFIER:ID1:MODE 1
:TRIGGER:CAN:IDENTIFIER:ID1:MODE?
-> :TRIGGER:CAN:IDENTIFIER:ID1:
MODE 1
2.9 Communication Commands
:TRIGger:CAN:IDENtifier:ID<x>:PATTern
Function
Sets the Identifier ID<x> pattern in the trigger
conditions in binary or queries the current
setting.
Syntax
:TRIGger:CAN:IDENtifier:ID<x>:
PATTern {<String>}
:TRIGger:CAN:IDENtifier:ID<x>:
PATTern?
• When the message format is standard
<String>=11 characters by combining ‘0,’ ‘1,’
and ‘X’
• When the message format is extended
<String>=29 characters by combining ‘0,’ ‘1,’
and ‘X’
<x>=1 to 4
Example
:TRIGGER:CAN:IDENTIFIER:ID1:
PATTERN “10X10X10X10”
:TRIGGER:CAN:IDENTIFIER:ID1:PATTERN?
-> :TRIGGER:CAN:IDENTIFIER:ID1:
PATTERN “10X10X10X10”
:TRIGger:CAN:IDENtifier:MODE
Function
Sets whether trigger activates on the Identifier
in the trigger conditions or queries the current
setting.
Syntax
:TRIGger:CAN:IDENtifier:MODE
{<Boolean>}
:TRIGger:CAN:IDENtifier:MODE?
Example
:TRIGGER:CAN:IDENTIFIER:MODE 1
:TRIGGER:CAN:IDENTIFIER:MODE? ->
:TRIGGER:CAN:IDENTIFIER:MODE 1
:TRIGger:CAN:MFORmat
Function
Sets the message format in the trigger
conditions or queries the current setting.
Syntax
:TRIGger:CAN:MFORmat {STANdard|
EXTended}
:TRIGger:CAN:MFORmat?
Example
:TRIGGER:CAN:MFORMAT EXTENDED
:TRIGGER:CAN:MFORMAT? ->
:TRIGGER:CAN:MFORMAT EXTENDED
:TRIGger:CAN:PATTern?
Function
Queries all settings related the pattern setting of
the combination trigger.
Syntax
:TRIGger:CAN:PATTern?
Example
:TRIGGER:CAN:PATTERN? ->
:TRIGGER:CAN:PATTERN:CLOCK NONE;
CHANNEL2 HIGH;CHANNEL3 DONTCARE;
CHANNEL4 DONTCARE;
CHANNEL5 DONTCARE;
CHANNEL6 DONTCARE;
CHANNEL7 DONTCARE;
CHANNRL8 DONTCARE;CONDITION ENTER