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.10.0.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file yaqd-edaq-2021.10.0.tar.gz
.
File metadata
- Download URL: yaqd-edaq-2021.10.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3d14cc919482daa2d5aacd51dec957634887b6a6041663ccea91a93b2abb116 |
|
MD5 | bbc1b9218e225a492cb8f3e2f923a490 |
|
BLAKE2b-256 | 8f468af08e63deb8a6317128f5785ef9fe195233f1bb11fb1598cd27fa4799da |
File details
Details for the file yaqd_edaq-2021.10.0-py3-none-any.whl
.
File metadata
- Download URL: yaqd_edaq-2021.10.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20d622077905115d2936afa2c59bb2114b2771fedf95a861229f103cce00f2f6 |
|
MD5 | d8fc600aec722173c01fb6ecdf036fb8 |
|
BLAKE2b-256 | aa07836498170d93936ef7b1302951cc2d8d974cc50eccee8c70e37f93742a4b |