Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pyrpl 0.9.8.0 documentation
Logo
pyrpl 0.9.8.0 documentation
  • 1. Installation
  • 2. GUI instruments manual
  • 3. API manual
  • 4. Basics of the PyRPL Architecture
  • 5. Notes for developers
    • 5.1. Contributing to PyRPL
    • 5.2. Building the FPGA firmware
    • 5.3. Unittests
    • 5.4. Coding style guidelines
    • 5.5. Workflow to submit code changes
    • 5.6. API specifications from the moment of their development
      • 5.6.1. Requirements for an asynchronous interface compatible with python 3 asyncio
      • 5.6.2. Asynchronous sleep function and benchmarks
      • 5.6.3. How a spectrum is computed in PyRPL
      • 5.6.4. MemoryTree
      • 5.6.5. Base classes Attributes and Module
      • 5.6.6. Starting to rewrite SelectAttribute/Property
      • 5.6.7. AcquisitionModule
      • 5.6.8. Lockbox
      • 5.6.9. DataWidget
    • 5.7. Distribution of pyrpl
      • 5.7.1. How to generate the automatic documentation with Sphinx
      • 5.7.2. How to make a single-file pyrpl executable not depending on a Python installation
      • 5.7.3. Prepare a new release
    • 5.8. SD card preparation
  • Gallery of PyRPL usage examples
  • User’s guide to PyRPL
    • Installation
      • Hardware installation for PyRPL
      • Installing PyRPL
      • Common installation problems
      • Directory for user data “PYRPL_USER_DIR”
    • Quickstart Tutorial for PyRPL
    • Basics of PyRPL
  • Reference guide to PyRPL
  • Feedback by PyRPL users
  • Publications about PyRPL
  • Contributors
  • Funding and support
  • About
Back to top
View this page

Gallery of PyRPL usage examples¶

We should add a gallery with use cases of Pyrpl to show potential users what PyRPL looks before they install it.

This can be essentially a copy-paste from the PyRPL poster presented at CLEO Europe 2017 and the publication.

Next
User’s guide to PyRPL
Previous
5.8. SD card preparation
Copyright © 2014-2025, Leonhard Neuhaus, Samuel Deléglise, Michaël Croquette
Made with Sphinx and @pradyunsg's Furo