SignalGroup
- class mtf.test_utilities.new_hil_plotting.topology_parser.SignalGroup
- A class to represent a group of signals within a topology. - Attributes:- namestr
- The name of the signal group. 
- element_listlist[Signal]
- A list of signals that belong to this signal group. 
 - name: str
 - element_list: list[PlotSignal]
 - __init__(name: str, element_list: list[PlotSignal]) None