lua process implemented

This commit is contained in:
2025-12-30 12:59:20 +01:00
parent 59d19cb48c
commit 0ded2d4be9
19 changed files with 643 additions and 29 deletions

View File

@@ -26,7 +26,7 @@ From this class it is possible to define some custom reported values with the fo
import py_func.tm as tm
class TestItemFunc(tm.FunctionItem)
class TestItemPyFunc(tm.FunctionItem)
def exec(param1, param2, param4, param4):
...
@@ -42,7 +42,7 @@ The ``exec`` method of the ``FunctionItem`` derived class is executed while runn
- py_func:
name: function test item
file: scriptTestFile.py
func_name: TestItemFunc
func_name: TestItemPyFunc
param:
- 123
- 0.123