4.2     Data-Processors written in Python

 

A data-processor library both for MS Windows and for Linux is shipped with the application which can be used to import processors and decoders written in the script-language Python.

 

The user can import the following library into the application:

 

pyproc.dll (MS Windows)

or

libpyproc.so (Linux)

 

The user who has written a processor/decoder-script in Python has to provide following parameters to the library:

 

app=<python executable>

script=<python script>

 

Example:

app="c:\Program Files\Python39\python.exe"

script="c:\Data\python\hello world.py"