Skip to main content

yaq daemons for edaq sensor recording systems

Project description

yaqd-edaq

PyPI Conda yaq black ver log

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


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.1.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

yaqd_edaq-2021.5.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file yaqd-edaq-2021.5.1.tar.gz.

File metadata

  • Download URL: yaqd-edaq-2021.5.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for yaqd-edaq-2021.5.1.tar.gz
Algorithm Hash digest
SHA256 107caa3529e1f394d1349f95aeff42fc9e2d6c4ecbe4c97771c7f0da6f8fc63e
MD5 eecb16086ea11d682968294c0779caa3
BLAKE2b-256 732e154b0352846b1668f691763afd5241d2fd9543fe7711ac0d1812f75f6de8

See more details on using hashes here.

File details

Details for the file yaqd_edaq-2021.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for yaqd_edaq-2021.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f24b972363c1271b1663b618ecb2606cd256fa89aed3d715ceb062e5d1d5b01a
MD5 c9cd8a41e1e2a78430d3572b7c52f560
BLAKE2b-256 2097306db9f38820d38be661cc9d89395b285008792c2ae8d76a6b1e86885290

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page