IoGroup

class mtf.test_utilities.new_hil_plotting.topology_parser.IoGroup

A class to represent a group of ios.

Attributes:

namestr

The name of the io group.

plot_typePlotType

The type of plot associated with the io group.

element_listlist[io]

A list of ios that belong to this io group.

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