The System object represents the system of the CANoe application.
The System object offers access to the namespaces for data exchange with external applications.
Source code in src\py_canoe\core\system.py
| def __init__(self, app):
self.com_object = app.com_object.System
|