spirack


Namespirack JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/mtiggelman/SPI-rack
SummaryDrivers for the QuTech SPI-rack
upload_time2024-10-28 07:40:52
maintainerNone
docs_urlNone
authorMarijn Tiggelman
requires_pythonNone
licenseMIT
keywords spi qcodes spi-rack qutech tu delft spi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](http://qtwork.tudelft.nl/~mtiggelman/).

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:

```Python
# 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](https://github.com/mtiggelman/SPI-rack/tree/master/examples) or at the [website](http://qtwork.tudelft.nl/~mtiggelman/software/examples.html).

## 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](http://qtwork.tudelft.nl/~mtiggelman/software/setup.html).

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

## License
See [License](https://github.com/mtiggelman/SPI-rack/blob/master/LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mtiggelman/SPI-rack",
    "name": "spirack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "SPI, Qcodes, SPI-rack, QuTech, TU Delft, SPI",
    "author": "Marijn Tiggelman",
    "author_email": "qutechdev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/33/25/63b02c511b35edd9bd895c31060df9de04554024b70fd571e08cec969f09/spirack-0.2.5.tar.gz",
    "platform": null,
    "description": "# SPI Rack\r\nThe 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](http://qtwork.tudelft.nl/~mtiggelman/).\r\n\r\nThis 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:\r\n\r\n```Python\r\n# Import parts of the SPI Rack library\r\nfrom spirack import SPI_rack, D5a_module\r\n\r\n# Instantiate the controller module\r\nspi = SPI_rack(port=\"COM4\", baud=9600, timeout=1)\r\n# Unlock the controller for communication to happen\r\nspi.unlock()\r\n\r\n# Instantiate the D5a module using the controller module\r\n# and the correct module address\r\nD5a = D5a_module(spi, module=2)\r\n# Set the output of DAC 1 to the desired voltage\r\nD5a.set_voltage(0, voltage=2.1)\r\n```\r\nMore examples can be found as Jupyter notebooks in [examples](https://github.com/mtiggelman/SPI-rack/tree/master/examples) or at the [website](http://qtwork.tudelft.nl/~mtiggelman/software/examples.html).\r\n\r\n## Installation\r\n**Windows 7&8 users:** before connecting the SPI-rack for the first time, install the drivers located\r\nin `drivers.zip`. On 64-bit systems run `SPI-Rack_x64`, on 32-bit systems\r\nrun `SPI-Rack_x86`. This is not necessary anymore for Windows 10 systems.\r\n\r\nFor a basic install use: `pip install spirack`. For more details see the website [here](http://qtwork.tudelft.nl/~mtiggelman/software/setup.html).\r\n\r\n## Qcodes\r\nQcodes wrappers for certain modules are available from https://github.com/QCoDeS/Qcodes\r\n\r\n## License\r\nSee [License](https://github.com/mtiggelman/SPI-rack/blob/master/LICENSE).\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Drivers for the QuTech SPI-rack",
    "version": "0.2.5",
    "project_urls": {
        "Homepage": "https://github.com/mtiggelman/SPI-rack"
    },
    "split_keywords": [
        "spi",
        " qcodes",
        " spi-rack",
        " qutech",
        " tu delft",
        " spi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7fc29c6c2386adf69bc548860576759480afe26433e7fd589e1b6f6d6ebd91f",
                "md5": "59bc8c7494548eeee128040519c2c3fd",
                "sha256": "ac144f0e43c7770281b08836f83c6f68369354397fd1394bb18a87af02d17b85"
            },
            "downloads": -1,
            "filename": "spirack-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59bc8c7494548eeee128040519c2c3fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 46468,
            "upload_time": "2024-10-28T07:40:51",
            "upload_time_iso_8601": "2024-10-28T07:40:51.135762Z",
            "url": "https://files.pythonhosted.org/packages/d7/fc/29c6c2386adf69bc548860576759480afe26433e7fd589e1b6f6d6ebd91f/spirack-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "332563b02c511b35edd9bd895c31060df9de04554024b70fd571e08cec969f09",
                "md5": "578c367038cf0fc6371994c2537cc87f",
                "sha256": "c1755286a3d851dd84e0d3e3021383a516748edd4b90a56ddbe7e446b0e1ec30"
            },
            "downloads": -1,
            "filename": "spirack-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "578c367038cf0fc6371994c2537cc87f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37591,
            "upload_time": "2024-10-28T07:40:52",
            "upload_time_iso_8601": "2024-10-28T07:40:52.631307Z",
            "url": "https://files.pythonhosted.org/packages/33/25/63b02c511b35edd9bd895c31060df9de04554024b70fd571e08cec969f09/spirack-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 07:40:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mtiggelman",
    "github_project": "SPI-rack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "spirack"
}
        
Elapsed time: 4.47125s