Skip to main content

Python-based data acquisition

Project description

PyAcquisition

pyacquisition is a powerful Python package designed to simplify the process of recording scientific data and controlling laboratory instruments. It abstracts away the complexities of instrument communication, task scheduling (both concurrent and sequential), data recording, and logging, allowing you to focus on the science. Whether you're managing a single instrument or orchestrating a complex experimental workflow, pyacquisition provides a framework that simplifies the process dramatically.

Check out the installation and getting started pages to get going.

Objectives

Be an 'all-python' solution for interfacing with instruments and automating experimental procedures. Python has become the first choice of many for data analysis and scripting. We don't want to have to learn a second language just for interfacing with hardware or generating a GUI. You need only use python (and possibly a .toml config file).

Be up and running in minutes, not hours. pyacquisition is designed to be simple and 'batteries-included'. We want to absolutely minimize your development time in all major use-cases.

Be 'one-size-fits-most'. There will inevitably be cases that are not well suited to the workflow offered by pyacquisition, but it is hoped that we can help in the majority of instances. We've tried to design for maximum flexibility whilst keeping the API reasonably simple.

Forget the GUI. User interfaces are difficult and time consuming. Writing a robust GUI in Qt may well take longer than writing the rest of your experiment and analysis code combined. pyacquisition generates the entire UI programmatically.

Offer minimal barrier to entry for those who are not advanced python users. Whilst it will be helpful to understand the basics of object oriented and asynchronous programming, getting going with pyacquisition is as simple as composing a .toml configuration file and running a two-line script. Adding custom functionality can mostly be accomplished by following some worked examples in most cases.

A Short Example

A short configuration file interfacing with a Stanford Research Instruments SR 830 lock-in amplifier:

[experiment]
root_path = "C://data"

[data]
path = "my_data_folder"

[instruments]
clock = {instrument = "Clock"}
lockin = {instrument = "SR_830", adapter = "pyvisa", resource = "GPIB0:7:INSTR"}

[measurements]
time = {instrument = "clock", method = "timestamp_ms"}
voltage = {instrument = "lockin", method = "get_x"}

A short script running the experiment from the configuration file:

from pyacquisition import Experiment

my_experiment = Experiment.from_config('my_configuration_file.toml')
my_experiment.run()

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

pyacquisition-0.1.6.tar.gz (257.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyacquisition-0.1.6-py3-none-any.whl (66.4 kB view details)

Uploaded Python 3

File details

Details for the file pyacquisition-0.1.6.tar.gz.

File metadata

  • Download URL: pyacquisition-0.1.6.tar.gz
  • Upload date:
  • Size: 257.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.5

File hashes

Hashes for pyacquisition-0.1.6.tar.gz
Algorithm Hash digest
SHA256 df1b70b2d88b062179b1a6447547b6ad87028f5a9496475716e7eb9e29ad9b3c
MD5 f632c14f561de72d7b81dd1b23e8d21e
BLAKE2b-256 61a410b91e6a445ca4d71ceac4f9073b4b7a5f0229249097b9a8c23d21a793a9

See more details on using hashes here.

File details

Details for the file pyacquisition-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for pyacquisition-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bd051202ef479229db9cc19fd4ece5b9dcde20127dcc634a1ea71898e93d5fb2
MD5 2278cfd3cde876ec4359bac0e221c57e
BLAKE2b-256 3229600333cfedd78ba0c29eaeb57be2be245c3066719a54ccd4fdd77ad10ca4

See more details on using hashes here.

Supported by

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