Stop Messager Counter
Stops the message counter for the specified channel and frame ID.
Arguments Description
channel_name (str): The communication channel (e.g., “CAN”). frame_id (int): The identifier for the message frame (e.g., 0x01).
Returns
bool: True if the message counter stops successfully, else False.
Example
${channel_name} = “CAN”${frame_id} = 0x01${res} = Stop Messager Counter ${channel_name} ${frame_id}
Note
Ensure that the message counter was previously started for the specified channel and frame ID.