qcodes_contrib_drivers.drivers.QuantumDesign package¶
Submodules¶
qcodes_contrib_drivers.drivers.QuantumDesign.Opticool module¶
QCoDeS Driver for Quantum Design Opticool Magnet Optical Cryostat. Requires MultiPyVu installed for client-server communication. Tested on a system with 7T bore magnet. https://qdusa.com/products/opticool.html
- Authors:
Julien Barrier, <julien@julienbarrier.eu>
- class qcodes_contrib_drivers.drivers.QuantumDesign.Opticool.Opticool(*args: Any, **kwargs: Any)[source]¶
Bases:
InstrumentClass to represent an Opticool cryostat.
- Parameters:
Todo: include all temperature sensors in the driver
- ask_raw(cmd: str, query: str = '')[source]¶
Send a query to the server
- Parameters:
action – str - the general command sent to the MultiVu server. (TEMP(?), FIELD(?), CHAMBER(?), etc. Second item is the query
query – str, optional - specific details of the command
- Returns:
out