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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for yaqd-edaq-2021.10.0.tar.gz
Algorithm Hash digest
SHA256 a3d14cc919482daa2d5aacd51dec957634887b6a6041663ccea91a93b2abb116
MD5 bbc1b9218e225a492cb8f3e2f923a490
BLAKE2b-256 8f468af08e63deb8a6317128f5785ef9fe195233f1bb11fb1598cd27fa4799da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yaqd_edaq-2021.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 20d622077905115d2936afa2c59bb2114b2771fedf95a861229f103cce00f2f6
MD5 d8fc600aec722173c01fb6ecdf036fb8
BLAKE2b-256 aa07836498170d93936ef7b1302951cc2d8d974cc50eccee8c70e37f93742a4b

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