qcodes_contrib_drivers.drivers.Rigol package

Submodules

qcodes_contrib_drivers.drivers.Rigol.Rigol_DP932 module

class qcodes_contrib_drivers.drivers.Rigol.Rigol_DP932.RigolDP932E(*args: Any, **kwargs: Any)[source]

Bases: VisaInstrument

QCoDeS driver for the Rigol DP932E Programmable DC Power Supply.

disable_output(channel: int)[source]

Disables the output for the specified channel.

enable_output(channel: int)[source]

Enables the output for the specified channel.

measure_current(channel: int) float[source]

Measures the current at the output terminal of the specified channel.

measure_power(channel: int) float[source]

Measures the power at the output terminal of the specified channel.

measure_voltage(channel: int) float[source]

Measures the voltage at the output terminal of the specified channel.

reset()[source]

Resets the instrument to its default settings.

set_current(channel: int, current: float)[source]

Sets the output current for the specified channel.

set_output_state(channel: int, state: str)[source]

Sets the output state (ON/OFF) for the specified channel.

set_voltage(channel: int, voltage: float)[source]

Sets the output voltage for the specified channel.

qcodes_contrib_drivers.drivers.Rigol.Rigol_DSG3136B module

Driver for Rigol DSG3136B microwave signal generator

Written by Edward Laird (http://wp.lancs.ac.uk/laird-group/) based on another Rigol driver by Matthew Green.

A documentation notebook is in the docs/examples/ directory.

class qcodes_contrib_drivers.drivers.Rigol.Rigol_DSG3136B.RigolDSG3136B(*args: Any, **kwargs: Any)[source]

Bases: VisaInstrument

QCoDeS driver for the Rigol DSG3136B signal generator.

__init__(name, address, **kwargs)[source]
Parameters:
  • name (str) – The name of the instrument used internally by QCoDes. Must be unique.

  • address (str) – The VISA resource name.

sweep_execute() None[source]

Executes a sweep

sweep_reset() None[source]

Resets a sweep to the beginning of its range.

trigger() None[source]

Generates a trigger event. This is equivalent to pressing the Force Trigger button on front panel.

Module contents