PlotNpdu
- class mtf.test_utilities.new_hil_plotting.topology_parser.PlotNpdu
A class to represent an NPDU (Network Protocol Data Unit).
Attributes:
- pathstr
The path associated with the NPDU.
- recordslist
A list of records for the NPDU. Defaults to an empty list.
- path: str
- on_change: bool
- records: list
- set_records(records)
- __init__(path: str, on_change: bool, records: list = <factory>) None