XCPGroup

class mtf.test_utilities.new_hil_plotting.topology_parser.XCPGroup

A class to represent a group of xcps.

Attributes:

namestr

The name of the xcp group.

plot_typePlotType

The type of plot associated with the xcp group.

element_listlist[xcp]

A list of xcps that belong to this xcp group.

name: str
plot_type: PlotType
element_list: list[PlotXCP]
__init__(name: str, element_list: list[PlotXCP], plot_type: PlotType) None