Skip to content
Snippets Groups Projects
Commit 2f3eff39 authored by Dennis Brinkman's avatar Dennis Brinkman
Browse files

update readme with some docs

parent 7a5e93b2
No related branches found
No related tags found
No related merge requests found
# ProteoxDriver
A QCoDeS driver for the Proteox Fridge by Oxford Instruments
## Installation
```cmd
pip install proteox_driver --index-url https://gitlab.tudelft.nl/api/v4/projects/7052/packages/pypi/simple
```
## Usage
```py
from proteox_driver.proteox import oiDECS
driver = oiDECS(name="test", host="localhost", port=33577)
driver.PT1_Head_Temperature()
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment