spirack 0.2.16__tar.gz → 0.2.17__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. {spirack-0.2.16 → spirack-0.2.17}/PKG-INFO +3 -3
  2. {spirack-0.2.16 → spirack-0.2.17}/README.md +2 -2
  3. {spirack-0.2.16 → spirack-0.2.17}/spirack/D5a_module.py +2 -2
  4. spirack-0.2.17/spirack/version.py +1 -0
  5. {spirack-0.2.16 → spirack-0.2.17}/spirack.egg-info/PKG-INFO +3 -3
  6. spirack-0.2.16/spirack/version.py +0 -1
  7. {spirack-0.2.16 → spirack-0.2.17}/LICENSE +0 -0
  8. {spirack-0.2.16 → spirack-0.2.17}/setup.cfg +0 -0
  9. {spirack-0.2.16 → spirack-0.2.17}/setup.py +0 -0
  10. {spirack-0.2.16 → spirack-0.2.17}/spirack/B1b_module.py +0 -0
  11. {spirack-0.2.16 → spirack-0.2.17}/spirack/B2b_module.py +0 -0
  12. {spirack-0.2.16 → spirack-0.2.17}/spirack/D4_module.py +0 -0
  13. {spirack-0.2.16 → spirack-0.2.17}/spirack/D4a_module.py +0 -0
  14. {spirack-0.2.16 → spirack-0.2.17}/spirack/D4b_module.py +0 -0
  15. {spirack-0.2.16 → spirack-0.2.17}/spirack/D5b_module.py +0 -0
  16. {spirack-0.2.16 → spirack-0.2.17}/spirack/F1d_module.py +0 -0
  17. {spirack-0.2.16 → spirack-0.2.17}/spirack/M2j_module.py +0 -0
  18. {spirack-0.2.16 → spirack-0.2.17}/spirack/M2p_module.py +0 -0
  19. {spirack-0.2.16 → spirack-0.2.17}/spirack/P2d_module.py +0 -0
  20. {spirack-0.2.16 → spirack-0.2.17}/spirack/S4g_module.py +0 -0
  21. {spirack-0.2.16 → spirack-0.2.17}/spirack/S5i_module.py +0 -0
  22. {spirack-0.2.16 → spirack-0.2.17}/spirack/S5k_module.py +0 -0
  23. {spirack-0.2.16 → spirack-0.2.17}/spirack/S5l_module.py +0 -0
  24. {spirack-0.2.16 → spirack-0.2.17}/spirack/U1c_module.py +0 -0
  25. {spirack-0.2.16 → spirack-0.2.17}/spirack/U2_module.py +0 -0
  26. {spirack-0.2.16 → spirack-0.2.17}/spirack/__init__.py +0 -0
  27. {spirack-0.2.16 → spirack-0.2.17}/spirack/chip_mode.py +0 -0
  28. {spirack-0.2.16 → spirack-0.2.17}/spirack/spi_rack.py +0 -0
  29. {spirack-0.2.16 → spirack-0.2.17}/spirack.egg-info/SOURCES.txt +0 -0
  30. {spirack-0.2.16 → spirack-0.2.17}/spirack.egg-info/dependency_links.txt +0 -0
  31. {spirack-0.2.16 → spirack-0.2.17}/spirack.egg-info/requires.txt +0 -0
  32. {spirack-0.2.16 → spirack-0.2.17}/spirack.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spirack
3
- Version: 0.2.16
3
+ Version: 0.2.17
4
4
  Summary: Drivers for the QuTech SPI-rack
5
5
  Home-page: https://github.com/mtiggelman/SPI-rack
6
6
  Author: Marijn Tiggelman
@@ -35,7 +35,7 @@ D5a = D5a_module(spi, module=2)
35
35
  # Set the output of DAC 1 to the desired voltage
36
36
  D5a.set_voltage(0, voltage=2.1)
37
37
  ```
38
- 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).
38
+ More examples can be found as Jupyter notebooks in [examples](https://github.com/qutechdev/SPI-rack/tree/master/examples) or at the [website](http://qtwork.tudelft.nl/~mtiggelman/software/examples.html).
39
39
 
40
40
  ## Installation
41
41
  **Windows 7&8 users:** before connecting the SPI-rack for the first time, install the drivers located
@@ -48,4 +48,4 @@ For a basic install use: `pip install spirack`. For more details see the website
48
48
  Qcodes wrappers for certain modules are available from https://github.com/QCoDeS/Qcodes
49
49
 
50
50
  ## License
51
- See [License](https://github.com/mtiggelman/SPI-rack/blob/master/LICENSE).
51
+ See [License](https://github.com/qutechdev/SPI-rack/blob/master/LICENSE).
@@ -18,7 +18,7 @@ D5a = D5a_module(spi, module=2)
18
18
  # Set the output of DAC 1 to the desired voltage
19
19
  D5a.set_voltage(0, voltage=2.1)
20
20
  ```
21
- 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).
21
+ More examples can be found as Jupyter notebooks in [examples](https://github.com/qutechdev/SPI-rack/tree/master/examples) or at the [website](http://qtwork.tudelft.nl/~mtiggelman/software/examples.html).
22
22
 
23
23
  ## Installation
24
24
  **Windows 7&8 users:** before connecting the SPI-rack for the first time, install the drivers located
@@ -31,4 +31,4 @@ For a basic install use: `pip install spirack`. For more details see the website
31
31
  Qcodes wrappers for certain modules are available from https://github.com/QCoDeS/Qcodes
32
32
 
33
33
  ## License
34
- See [License](https://github.com/mtiggelman/SPI-rack/blob/master/LICENSE).
34
+ See [License](https://github.com/qutechdev/SPI-rack/blob/master/LICENSE).
@@ -67,8 +67,8 @@ class D5a_module(object):
67
67
  self.spi_rack = spi_rack
68
68
  self.module = module
69
69
  self._num_dacs = num_dacs
70
- self.span = [np.NaN]*self._num_dacs
71
- self.voltages = [np.NaN]*self._num_dacs
70
+ self.span = [np.nan]*self._num_dacs
71
+ self.voltages = [np.nan]*self._num_dacs
72
72
 
73
73
  for i in range(self._num_dacs):
74
74
  self.get_settings(i)
@@ -0,0 +1 @@
1
+ __version__ = '0.2.17'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: spirack
3
- Version: 0.2.16
3
+ Version: 0.2.17
4
4
  Summary: Drivers for the QuTech SPI-rack
5
5
  Home-page: https://github.com/mtiggelman/SPI-rack
6
6
  Author: Marijn Tiggelman
@@ -35,7 +35,7 @@ D5a = D5a_module(spi, module=2)
35
35
  # Set the output of DAC 1 to the desired voltage
36
36
  D5a.set_voltage(0, voltage=2.1)
37
37
  ```
38
- 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).
38
+ More examples can be found as Jupyter notebooks in [examples](https://github.com/qutechdev/SPI-rack/tree/master/examples) or at the [website](http://qtwork.tudelft.nl/~mtiggelman/software/examples.html).
39
39
 
40
40
  ## Installation
41
41
  **Windows 7&8 users:** before connecting the SPI-rack for the first time, install the drivers located
@@ -48,4 +48,4 @@ For a basic install use: `pip install spirack`. For more details see the website
48
48
  Qcodes wrappers for certain modules are available from https://github.com/QCoDeS/Qcodes
49
49
 
50
50
  ## License
51
- See [License](https://github.com/mtiggelman/SPI-rack/blob/master/LICENSE).
51
+ See [License](https://github.com/qutechdev/SPI-rack/blob/master/LICENSE).
@@ -1 +0,0 @@
1
- __version__ = '0.2.16'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes