101
3-14-54. :TRIGger:BUS:B1:CAN:CONDition
Set
Query
Description
Sets or returns the CAN trigger condition.
Syntax
:TRIGger:BUS:B1:CAN:CONDition
{SOF|FRAMEtype|IDentifier|DATA|IDANDDATA|EOF|
ACKMISS|STUFFERR|?}
Parameter/ Return
parameter
SOF
Triggers on a start of frame
FRAMEtype Triggers on the type of frame
Identifier
Triggers on a matching identifier
DATA
Triggers on matching data
IDANDDATA Triggers on matching identifier and data
field
EOF
Triggers on the end of frame
ACKMISS
Triggers on a missing acknowledge
STUFFERR Triggers on a bit stuffing error
Example1
:TRIGger:BUS:B1:CAN:CONDition SOF
Triggers on a start of frame.
Example2
:TRIGger:BUS:B1:CAN:CONDition?
>SOF
3-14-55. :TRIGger:BUS:B1:CAN:FRAMEtype
Set
Query
Description
Sets or returns the frame type for a CAN FRAMEType
trigger.
Syntax
: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
:TRIGger:BUS:B1:CAN:FRAMEtype DATA
Sets the frame type to DATA.