mtiggelman / SPI-rack

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

Frequency in S5i_module #7

Closed Rubenknex closed 7 years ago

Rubenknex commented 7 years ago

@mtiggelman In the S5i_module file the set_frequency_optimally requires units of MHz (at least the documentation) while the set_frequency method requires Hz. Maybe it's good to keep the same units.

mtiggelman commented 7 years ago

Agree, the set_frequency_optimally needs to be changed, it was intended more as a tryout. Also still have to add some checks and exceptions to the function. Will update then to Hz.

mtiggelman commented 7 years ago

Fixed