144
3-21-36. :SEARCH:TRIGger:BUS:B1:CAN:CONDition
Set
Query
Description
Sets or returns the CAN search trigger condition.
Syntax
:SEARCH:TRIGger:BUS:B1:CAN:CONDition
{SOF|FRAMEtype|IDentifier|DATA|IDANDDATA|EOF|
ACKMISS|STUFFERR|?}
Parameter/ Return
parameter
SOF
Sets search to trigger on a start of frame
FRAMEtype Sets search to trigger on the type of frame
Identifier
Sets search to trigger on a matching
identifier
DATA
Sets search to trigger on matching data
IDANDDATA Sets search to trigger on matching
identifier and data field
EOF
Sets search to trigger on the end of frame
ACKMISS
Sets search to trigger on a missing
acknowledge
STUFFERR Sets search to trigger on a bit stuffing error
Example1
:SEARCH:TRIGger:BUS:B1:CAN:CONDition SOF
Triggers search on a start of frame.
Example2
:SEARCH:TRIGger:BUS:B1:CAN:CONDition?
>SOF
3-21-37. :SEARCH:TRIGger:BUS:B1:CAN:FRAMEtype
Set
Query
Description
Sets or returns the frame type for the CAN FRAMEType
search trigger.
Syntax
:SEARCH:TRIGger:BUS:B1:CAN:FRAMEtype
{DATA|REMote|ERRor|OVERLoad|?}
Parameter/ Return
parameter
DATA
Sets the frame type to data frame
REMote
Sets the frame type to remote frame
ERRor
Sets the frame type to error frame
OVERLoad
Sets the frame type to overload
Example
:SEARCH:TRIGger:BUS:B1:CAN:FRAMEtype DATA
Sets the frame type to DATA.