yaq daemons for edaq sensor recording systems
Project description
yaqd-edaq
yaq daemons for edaq sensor recording systems
This package contains the following daemon(s):
calibration
Following is an example you might use to apply callibration to the quadmf.
import yaqc
edaq = yaqc.Client(38000)
config = edaq.get_config()
print('Calibrate which channel?')
chno = input()
print(f'Will calibrate {chno}')
edaq.remove_calibration(chno)
calibpoints = config.get('calibpoints', 3)
calibvalues = config.get('calibvalues', [4,7,10])
for i in range (1,calibpoints+1):
print(f'place probe in pH={calibvalues[i-1]} buffer, then press enter')
input()
edaq.add_calibration_point(chno, i, calibvalues[i-1])
print('Calibration Complete')
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
yaqd-edaq-2021.5.0.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file yaqd-edaq-2021.5.0.tar.gz
.
File metadata
- Download URL: yaqd-edaq-2021.5.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 171820feecdabb176530908dccdc9da2074f9db4410a6601dc7642267e07a315 |
|
MD5 | 358a61416384ef63e3f315ec55012739 |
|
BLAKE2b-256 | caacb10cac21e4486a1f195584988e7b9cfa42f750dcc9b514fe0da894c84895 |
File details
Details for the file yaqd_edaq-2021.5.0-py3-none-any.whl
.
File metadata
- Download URL: yaqd_edaq-2021.5.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.25.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 679a3e5f152e996e1c307b08c102f1e14e41a3b9cfcdc091a70ddbf3bfc0637d |
|
MD5 | c94b2d6e531c0a85e0c085b571629265 |
|
BLAKE2b-256 | b5d6702167fc6a9da8272d2906580eaab5d233081fc508a9a3997f044938a224 |