NPDUGroup

class mtf.test_utilities.new_hil_plotting.topology_parser.NPDUGroup

A class to represent a group of NPDUs.

Attributes:

namestr

The name of the NPDU group.

plot_typePlotType

The type of plot associated with the NPDU group.

element_listlist[Npdu]

A list of NPDUs that belong to this NPDU group.

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