Stop Dlt Listener

Stops DLT listener.

Arguments Description

channel_name (str): channel name

fibex_file (str, optional): fibex file path, it should be provided in the case of no-verbose DLT.

Returns

bool: True if the listener is stopped.

Example

${stopped}= Stop Dlt Listener ${channel_name} ${fibex_path}