py_canoe.core.ui.Ui

The UI object represents the user interface in CANoe.

Source code in src\py_canoe\core\ui.py
10
11
12
def __init__(self, app):
    self.app = app
    self.com_object = self.app.com_object.UI