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.
- 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.
- set_current(channel: int, current: float)[source]¶
Sets the output current 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.