API Reference
The Networks object represents the networks of CANoe.
src\py_canoe\core\networks.py
14 15 16
def __init__(self, app): self.com_object = app.com_object.Networks self.diagnostic_devices: dict[str, Diagnostic] = dict()