yaqd-edaq 2021.10.0
pip install yaqd-edaq
Latest version
Released:
yaq daemons for edaq sensor recording systems
Navigation
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Lesser General Public License v3 (LGPLv3)
- Author: Blaise Thompson
- Requires: Python >=3.7
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Lesser General Public License v3 (LGPLv3)
- Author: Blaise Thompson
- Requires: Python >=3.7
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
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
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 |