qcodes_contrib_drivers.drivers.MontanaInstruments package

Submodules

qcodes_contrib_drivers.drivers.MontanaInstruments.cryostation module

QCoDeS-Driver for Montana Instruments Cryostation. Tested on a cryostation s50 https://www.montanainstruments.com/products/s50

Authors:

Julien Barrier, <julien@julienbarrier.eu>

class qcodes_contrib_drivers.drivers.MontanaInstruments.cryostation.MontanaInstruments_Cryostation(*args: Any, **kwargs: Any)[source]

Bases: IPInstrument

Class to represent a Montana Instruments Cryostation.

status: beta-version

Parameters:
  • name (str) – name for the instrument

  • address (str) – IP address for the resource to connect

  • port (int) – Port to connect IP

  • timeout (float, optional)

get_idn() Dict[str, str | None][source]

Return the Instrument Identifier Message

set_temp_and_wait(setpoint: float) None[source]
standby() None[source]
start_cooldown() None[source]
start_warmup() None[source]
stop_automation() None[source]
wait_stability(time: float = 10) None[source]

Module contents