Quick Start
The fastest way to get started with pyacquisition is to create a .toml configuration file and instantiating your experiment with it. This will:
-
Communicate with physical instruments and give you access to all of their functionality within the generated user interface
-
Poll the instruments and record the live data to file
-
Allow you to visualize the data in real time
Define a simple experiment
Run the experiment
Run the experiment from the command line:
pyacquisition --toml "my_configuration_file.toml"