Python driver with lower level control to Bravo liquid handler
Project description
Python driver with lower level commands control to Bravo liquid handler. These are the same commands called by VWorks, except you can now call individually as opposed to having to execute VWorks .pro file.
Installation
pip install pybravo
Requirements
- Python > 3.9, 32 bits
- Must run with administrator privileges!
Basic Use
with BravoDriver(profile="bravo") as driver:
#Aspirate from location 1
driver.aspirate(
volume=100,
plate_location=1,
distance_from_well_bottom=2.0,
pre_aspirate_volume=10.0,
post_aspirate_volume=5.0,
retract_distance_per_microliter=0.1,
)
#Dispense into location 2
driver.dispense(
volume=100,
plate_location=1,
distance_from_well_bottom=2.0,
pre_dispense_volume=10.0,
post_dispense_volume=5.0,
retract_distance_per_microliter=0.1,
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bravo_py-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bravo_py-0.1.0.tar.gz.
File metadata
- Download URL: bravo_py-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3a380170f90a088a135c6100974e2557991a2357ae3b6b52456a3cea337c08a
|
|
| MD5 |
c95c2a61cd18ee8f507cc75e4f53397e
|
|
| BLAKE2b-256 |
29dd0beeb2ce729b57ce155051fa42cc1530bc221e816a00f26031f6510e813a
|
File details
Details for the file bravo_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bravo_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3064f48860d6babe90b91347d39cf1ad2bd8cac035e6334ada40f48a353f7d81
|
|
| MD5 |
e53d3746eece593d34d7f5abde4cf859
|
|
| BLAKE2b-256 |
2f9ab436781362534d684982bd16819c322e307f5cbad833dfb4ef2f411e1c4f
|