Ulm-IQO / qudi

(Legacy project) A modular laboratory experiment management suite, predecessor to qudi-core.
GNU General Public License v3.0
166 stars 141 forks source link

Power supply switch #701

Closed liuyanulm closed 1 year ago

liuyanulm commented 2 years ago

Using the keysight power supply for power switches, so that one can control devices such as APD, MINI amplifers etc remotely.

Description

coded the hardware file of the Keysight power supply in the format of switches, it works pretty well.

Motivation and Context

With this change, you can switch on your APDs and amplifiers and other devices remotely.

How Has This Been Tested?

it was tested on the latest qudi on a Windows 10 PC with two Keysight E36234A power supply.

Screenshots (only if appropriate, delete if not):

Types of changes

Checklist:

NicolasStaudenmaier commented 2 years ago

Hi Yan, thanks for adding this new hardware module. However, this version of Qudi is not supported anymore. We are currently working on a new release, where the Qudi core and Qudi modules are separated from each other. You can find the core repository here: https://github.com/Ulm-IQO/qudi-core and have a look at the documentation. A few things will have changed.

Regarding the modules you are free to contribute to the iqo-modules repository, https://github.com/Ulm-IQO/qudi-iqo-modules. Please convert your new module to the new release of Qudi. You can install both qudi-core and the iqo-modules and then port your work to the new core. For this the module conversion guide (https://github.com/Ulm-IQO/qudi-iqo-modules/blob/main/docs/module_conversion.md) may help you. Then you can make a new pull request and we will review your hardware module.