TopologyGroup
- class mtf.test_utilities.new_hil_plotting.topology_parser.TopologyGroup
A class to represent a generic group within a topology.
Attributes:
- namestr
The name of the topology group.
- element_listlist
A list of elements that belong to this topology group.
- name: str
- element_list: list
- __init__(name: str, element_list: list) None