Metadata-Version: 2.1
Name: pymensor
Version: 0.0.2
Summary: Python driver for Mensor Modular Pressure Controllers.
Home-page: https://github.com/stevenlowery011/pymensor.git
Author: Steven Lowery
Author-email: steven.lowery011@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Description-Content-Type: text/markdown
Requires-Dist: pyvisa

# pymensor

This package is a GPIB (IEEE 488.2) driver for 
[Mensor Modular Pressure Controllers](https://www.mensor.com/products_pressure_controllers_en_co.WIKA).

<p align="center">
  <img src="https://www.mensor.com/upload/WIKA_Thumbnails/Product-Detail-Large/PIC_PR_CPC6050_de_de_68774.jpg.png" height="400" />
</p>

This package is written for and tested on the now obsolete model [CPC6000](https://www.mensor.com/upload/OI_CPC6000_archived_en_um_30501.pdf), 
but is intended to work for all WIKA pressure controllers made by Mensor.

Please feel free to raise any issues or contact the maintainers to contribute.

# Installation

```
pip install pymensor
```

# Dependencies

This package depends on `pyvisa`.

# Usage

### Python

```python
from pymensor import PressureController
```


