P1150 hardware driver (example).
There are two options here,
- Use the Python Driver
- CON:
- requires the driver to be "installed" and we haven't delt with that on Prism yet. Need to clone the P1150 github repo and then install.
- PRO:
- full access to the P1150 functions
- Use the CLI Tool
- CON:
- have to use subprocess to run the CLI
- have to parse the stdout
- have to read csv file for measurements
- PRO:
- Nothing to install in Python.
P1150 hardware driver (example).
There are two options here,