PiXYZ STUDIO comes with a Python API and a Scripting Editor, allowing advanced users to create powerful scripts to automate complex or repetitive Data Preparation tasks.

Interactive and scriptable

PiXYZ STUDIO's User Interface reflects the API based philosophy of the application: almost all functions available through the interface can be also called in scripting.

The API offers even more functions, to allow the user to create limitless Data Preparation processes/scenarios.


PiXYZ Plugins

Plugins are the ultimate tool to allow advanced users to make PiXYZ technology available to anyone in the company, by encapsulating Python scenarios in a friendly customized GUI.



Scripting for PiXYZ BATCH

To learn more about PiXYZ BATCH first, please see PiXYZ BATCH.


PiXYZ Python scripts developed for PiXYZ BATCH (for batch treatment purposes) should be created and tested within PiXYZ STUDIO, before being pushed to PiXYZ BATCH.

These scripts require the same syntax as a regular PiXYZ STUDIO script, plus the use of additional functions to handle the import/export of files in order to process them with PiXYZ core algorithms.


Please see PiXYZ GitLab dedicated page to PiXYZ BATCH sample scripts.


Related Topics