Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#tecancavro
# tecancavro

Python package to control Tecan Cavro syringe pumps.

Expand All @@ -9,6 +9,8 @@ Modules are provided for:
- Generic syringe control ([syringe.py](https://github.com/benpruitt/tecancavro/blob/master/tecancavro/syringe.py) --> `class: Syringe`)<br>
- Specific Cavro model control (with high level functions) [models.py](https://github.com/benpruitt/tecancavro/blob/master/tecancavro/models.py)<br>
- XCALIBUR with distribution valve (`class: XCaliburD`)
- XCALIBUR without distribution valve (`class: XCalibur`)
- XE1000 (`class: XE1000`)

##### **API, serial wrapper, and generic syringe control are all working ([tecanapi.py](https://github.com/benpruitt/tecancavro/blob/master/tecancavro/tecanapi.py), [transport.py](https://github.com/benpruitt/tecancavro/blob/master/tecancavro/tecanapi.py), [syringe.py](https://github.com/benpruitt/tecancavro/blob/master/tecancavro/syringe.py))
##### **Model-specific code is working but still evolving
Expand Down
Loading