Dracal // SDK code sample for Python on CLI
Running this repository requires you to have installed:
- Python (version >=
3.x
) - DracalView (version >=
3.2.x
)- Specifically,
dracal-usb-get
needs to be accessible from yourPATH
environment variable (more info in the documentation how-to).
- Specifically,
Script may need to be adjusted depending on your instrument's # of outputs (currently assumed: 3 outputs). See script comments for details.
Run script
python main.py

Ξ dracal/sample-python-cli git:(develop) ▶ python main.py
Temperature (C): 21.67
RH......... (%): 56.9
Pressure..(kPa): 101.17
Temperature (F): 71.006
Ξ dracal/sample-python-cli git:(develop) ▶