Stop Monitor Message

Stops a started observer on a message,

and returns the received values if the get_values argument is set to True.

Arguments Description

message_path (str): The message path should be in the format: BusName::msgId.

get_values (bool): True: To get the retrieved values.

False: To get an empty list. Defaults to True.

Returns

List[Tuple[int, List[int]]] : A list that contains timestamp, payload pairs.

Examples

# Stop the observer
Stop Monitor Message ${BusName}::${msgId} ${false}
# Stop the observer and get the received values
${values}= Stop Monitor Message ${BusName}::${msgId} ${True}

Note

An observer should be started on the target message beforehand.
When monitoring CAN TP or LIN TP messages, ensure that the CAN TP or LIN TP connection is configured and expect messages with the format {targetID/NAD, payload}.