Skip to main content

A UI for controlling the Analog Discovery Series

Project description

ADScopeControl: Python Project for Digilent Analog Devices USB Oscilloscope Control

PyADScopeControl (Analog Discovery Scopes) is a Python project developed to control Digilent's Analog Discovery Essentials USB oscilloscopes. The following models are fully supported, however only the Analog Discovery 2 has been tested for use:

Installation and Usage

Installation

Using pip and PyPI

pip install PyADScopeControl

Using pip and the repository

pip install git+https://github.com/agentsmith29/PyADScopeControl.git

Cloning from source

Clone the repository:

https://github.com/agentsmith29/PyADScopeControl.git

Install dependencies:

# Create a virtual environment
python -m venv .venv
# Activate the virtual environment on Windows and GitBash
. .venv/bin/activate

# Activate the virtual environment on Windows and cmd
# .venv\Scripts\activate

# Activate the virtual environment on Linux/MacOS
# source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Usage

Run the main script:

Direct Usage

If you just want to run the script directly, you can use the following command:

python examples/main.py

Using the package

If you want to use the package in your own code, you can import the package and use it as follows: Package documentation for the config can be found here (confPy6).

from PyADScopeControl import ADScopeControl

# The config class, that stores the configuration for the scope
# using the confPy6 package (https://github.com/agentsmith29/confPy6).
conf = CaptDevice.Config()
# Enable the log
conf.internal_log_enabled = False

# --- Create the model, controller, and view. ---

# Pass the config to the model.
model = CaptDevice.Model(conf) 

# Pass the model and None to the controller.
# The second argument start_capture_flag (here set to None) is a multiprocessing.Value that 
# triggers the scope. 
# This can be used to create a shared value between processes (e.g. a trigger by another process)
controller = CaptDevice.Controller(
    model, 
    None # start_capture_flag: multiprocessing.Value, triggers the scope
)

# Create the view
window = CaptDevice.View(model, controller)

# Show the window
window.show()

An example how to use this package in conjunction with another package can be found in the PySacherECLControl repository.

GUI

Use the graphical interface to adjust laser parameters, monitor data, and control the laser. Refer to the user manual or documentation for detailed instructions on specific operations and functionalities.

Contributing

Contributions to Laser Control are welcome! If you have suggestions for improvements, encounter any issues, or would like to add new features, please feel free to open an issue or submit a pull request on the GitHub repository.

Citing

This project is part of the Software FlexSensor, which has been published under DOI 10.2139/ssrn.4828876.

Please cite it correctly.

Schmidt, Christoph and Hinum-Wagner, Jakob Wilhelm and Klambauer, Reinhard and Bergmann, Alexander, Flexsensor: Automated Measurement Software for Rapid Photonic Circuits Capturing. Available at SSRN: https://ssrn.com/abstract=4828876 or http://dx.doi.org/10.2139/ssrn.4828876 

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

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

pyadscopecontrol-1.2.8.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

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

pyadscopecontrol-1.2.8-py3-none-any.whl (639.6 kB view details)

Uploaded Python 3

File details

Details for the file pyadscopecontrol-1.2.8.tar.gz.

File metadata

  • Download URL: pyadscopecontrol-1.2.8.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pyadscopecontrol-1.2.8.tar.gz
Algorithm Hash digest
SHA256 6cfc774a1899e05c5b43850485ec83b96812a54ae5a4cbf15ab59237e999bcfe
MD5 d5226d7b7b925a169973ff72bf4d8cd1
BLAKE2b-256 130f90d7293c954638d761a4008d655a1dd6d1622f4c018fc1c1797b7882b7d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyadscopecontrol-1.2.8.tar.gz:

Publisher: python-publish.yml on agentsmith29/PyADScopeControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyadscopecontrol-1.2.8-py3-none-any.whl.

File metadata

File hashes

Hashes for pyadscopecontrol-1.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a6ba50cc3466c4b49a3ad0927ce80006a4c1e7d3d9300a2281889f120982ee05
MD5 163cfc438c78fe07f9c6acacd5dd771f
BLAKE2b-256 248b5728687ec23d9497b9569dc5e59982094875f16e25b90ddb012add8780bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyadscopecontrol-1.2.8-py3-none-any.whl:

Publisher: python-publish.yml on agentsmith29/PyADScopeControl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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