FrameGroup
- class mtf.test_utilities.new_hil_plotting.topology_parser.FrameGroup
A class to represent a group of frames within a topology.
Attributes:
- namestr
The name of the frame group.
- plot_typePlotType
The type of plot associated with the frame group (enum).
- element_listlist[Frame]
A list of frames that belong to this frame group.
- name: str
- plot_type: PlotType
- element_list: list[PlotFrame]