Dlt Listener Module

class mtf.network_port.dlt_listener.DLTListener
__init__(channel_name: str, fibex_file: str = '')
clean_up()
static __new__(cls, *args, **kwargs)

Initialize a new instance of the ControllerBase.

The instance will be automatically added to the list of controllers.

add_dlt_filter(self: mtf.libs.mtf_pybinder.DltListener, filter: mtf.libs.mtf_pybinder.DltFilter) int

“add dlt filter”

classmethod controllers_cleanup()

Clean up all controller instances.

Calls the clean_up() method for each instance.

get_dlt_collected_frames(self: mtf.libs.mtf_pybinder.DltListener) List[mtf.libs.mtf_pybinder.DltFrame]

“get collected frames”

reset_dlt_filters(self: mtf.libs.mtf_pybinder.DltListener) int

“reset dlt filters”

reset_dlt_queue(self: mtf.libs.mtf_pybinder.DltListener) None

“reset dlt queue”

start_dlt_monitor(self: mtf.libs.mtf_pybinder.DltListener) bool

“start dlt monitor”

stop_dlt_monitor(self: mtf.libs.mtf_pybinder.DltListener) bool

“stop dlt monitor”