py_canoe.core.capl.Capl

The CAPL object allows to compile all nodes (CAPL, .NET, XML) in the configuration. Additionally it represents the CAPL functions available in the CAPL programs. Please note that only user-defined CAPL functions can be accessed.

Source code in src\py_canoe\core\capl.py
15
16
17
def __init__(self, app):
    self.com_object = app.com_object.CAPL
    self.capl_function_objects = lambda: app.measurement.measurement_events.CAPL_FUNCTION_OBJECTS