Skip to main content

Drivers for the QuTech SPI-rack

Project description

SPI Rack

The SPI Rack is a modular electronic instrumentation platform developed by QuTech. It has been developed to perform measurements on nanoelectronic devices, but is not limited to this. Design priority was the minimization of noise and interference signals on the wires connected to the measured device (sample). To learn more about the SPI Rack, use cases and the available modules, browse the homepage.

This repository contains the Python code to interface with the hardware. All the low level communication is handled by the classes and the user is presented with an easy interface to control the modules. Here is a simple example on how to use the D5a (16 channel 18-bit DAC module) to show how easy it is to get going:

# Import parts of the SPI Rack library
from spirack import SPI_rack, D5a_module

# Instantiate the controller module
spi = SPI_rack(port="COM4", baud=9600, timeout=1)
# Unlock the controller for communication to happen
spi.unlock()

# Instantiate the D5a module using the controller module
# and the correct module address
D5a = D5a_module(spi, module=2)
# Set the output of DAC 1 to the desired voltage
D5a.set_voltage(0, voltage=2.1)

More examples can be found as Jupyter notebooks in examples or at the website.

Installation

Windows 7&8 users: before connecting the SPI-rack for the first time, install the drivers located in drivers.zip. On 64-bit systems run SPI-Rack_x64, on 32-bit systems run SPI-Rack_x86. This is not necessary anymore for Windows 10 systems.

For a basic install use: pip install spirack. For more details see the website here.

Qcodes

Qcodes wrappers for certain modules are available from https://github.com/QCoDeS/Qcodes

License

See License.

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

spirack-0.2.20.tar.gz (62.7 kB view details)

Uploaded Source

Built Distribution

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

spirack-0.2.20-py3-none-any.whl (73.7 kB view details)

Uploaded Python 3

File details

Details for the file spirack-0.2.20.tar.gz.

File metadata

  • Download URL: spirack-0.2.20.tar.gz
  • Upload date:
  • Size: 62.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for spirack-0.2.20.tar.gz
Algorithm Hash digest
SHA256 aae2c5d7b2ecf5f8d85e777f878b17c7e9a6667d34b8b5b4df8e3ba0bd6a111e
MD5 790eb914849c352b198690158af571c9
BLAKE2b-256 4eeeda7e80ed31c08a2663532458d5ec551beba6e38bdccbd4034aab60542517

See more details on using hashes here.

File details

Details for the file spirack-0.2.20-py3-none-any.whl.

File metadata

  • Download URL: spirack-0.2.20-py3-none-any.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.7

File hashes

Hashes for spirack-0.2.20-py3-none-any.whl
Algorithm Hash digest
SHA256 6aa849ae250c2e176814a014fcf0477e59e91e6b0b7c7dff4fb803d6fcedd580
MD5 904e2dad04588b1f7088e17a2f1c28fa
BLAKE2b-256 6378776f06f11261628c17dc8a3401e5c4caf657d2dfd375daf6421b4615fbd1

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