mtiggelman / SPI-rack

Python drivers for the QuTech SPI-rack
http://qtwork.tudelft.nl/~mtiggelman/
MIT License
5 stars 8 forks source link

add option to disable resetting voltages #5

Closed peendebak closed 7 years ago

peendebak commented 7 years ago

@mtiggelman I change the default value of the reset_voltages option. Why does self.voltages not get set to the right value? It is updated in the line self.set_voltage(i, 0.0) or not?

mtiggelman commented 7 years ago

Indeed, forgot about that. Seems like a good solution then.