Skip to content

Add P1150 Hardware Driver #52

Description

@sistemicorp

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions