PlotXCP

class mtf.test_utilities.new_hil_plotting.topology_parser.PlotXCP

A class to represent an xcp.

Attributes:

pathstr

The path associated with the xcp.

recordslist

A list of records for the xcp. Defaults to an empty list.

path: str
records: list
set_records(records)
__init__(path: str, records: list = <factory>) None