qcodespp.instrument_drivers.tektronix.Keithley_2700
Exceptions
Classes
Functions
Module Contents
- exception qcodespp.instrument_drivers.tektronix.Keithley_2700.K2700Exception
Bases:
Exception
Common base class for all non-exit exceptions.
- qcodespp.instrument_drivers.tektronix.Keithley_2700.bool_to_str(val)
Function to convert boolean to ‘ON’ or ‘OFF’
- qcodespp.instrument_drivers.tektronix.Keithley_2700.parseint(v)
- qcodespp.instrument_drivers.tektronix.Keithley_2700.parsebool(v)
- qcodespp.instrument_drivers.tektronix.Keithley_2700.parsestr(v)
- class qcodespp.instrument_drivers.tektronix.Keithley_2700.Keithley_2700(name, address, reset=False, use_defaults=False, **kwargs)
Bases:
qcodes.VisaInstrument
This is the qcodes driver for the Keithley_2700 Multimeter
Usage: Initialize with:
<name> = = Keithley_2700(<name>, address='<GPIB address>', reset=<bool>, change_display=<bool>, change_autozero=<bool>)
This driver does not yet contain all commands available, but supports reading voltage, current, resistance, temperature and frequency. Each of these parameters is only available when mode() is set to the corresponding value.
- get_all()
Reads all relevant parameters from instrument
- Input:
None
- Output:
None
- set_defaults()
Set to driver defaults: Output=data only Mode=Volt:DC Digits=7 Trigger=Continous Range=10 V NPLC=1 Averaging=off
- reset()
Resets instrument to default values
- Input:
None
- Output:
None