Download And Install zCube Module

Modules Available

The modules are compiled and optimized C++ extensions, packaged as .whl files for Python integration.

Leo Bodnar (lite and full versions)

z3slif1, z3slif1-lite, z3slipro, z3slipro-lite, z3slim, z3slim-lite, z3sliftec, z3sliftec-lite

Dyadic System Electric Linear Actuator SCN5 and SNC6

z3scn

To install any of these packages using pip, simply run:

For the full version:
pip install modulename
To download and run demo script:
curl.exe -o test_zcube_api.py https://raw.githubusercontent.com/EKSIMRacing/zCube-For-Python/refs/heads/main/scripts/modulename/tests/test_zcube_api.py
python test_zcube_api.py
For the lite version (free):
pip install modulename-lite
To download and run demo script:
curl.exe -o test_zcube_api.py https://raw.githubusercontent.com/EKSIMRacing/zCube-For-Python/refs/heads/main/scripts/modulename-lite/tests/test_zcube_api.py
python test_zcube_api.py

Just replace “modulename” with the appropriate module name (z3slif1, z3slipro, z3slim, z3sliftec, z3scn) for the version you want to install.