py_canoe.core.networks.Networks

The Networks object represents the networks of CANoe.

Source code in 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()