Start Dlt Listener

Starts 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 started.

Example

${started}= Start Dlt Listener ${channel_name} ${fibex_path}