PlotIO

class mtf.test_utilities.new_hil_plotting.topology_parser.PlotIO

A class to represent an io.

Attributes:

pathstr

The path associated with the io.

attribute_namestr

The name of the attribute associated with the io.

recordslist

A list of records for the io. Defaults to an empty list.

path: str
attribute_name: str
on_change: bool
records: list
set_records(records)
__init__(path: str, attribute_name: str, on_change: bool, records: list = <factory>) None