qcodespp.instrument_drivers.Keysight.private.Keysight_344xxA

Attributes

Classes

Module Contents

qcodespp.instrument_drivers.Keysight.private.Keysight_344xxA.log
class qcodespp.instrument_drivers.Keysight.private.Keysight_344xxA.ArrayMeasurement(name, shape=(1,), *args, **kwargs)

Bases: qcodes.parameters.ArrayParameter

Class to return several values. Really represents a measurement routine.

label = ''
unit = ''
properly_prepared = False
prepare()

Prepare the measurement, create the setpoints.

There is some randomness in the measurement times.

get_raw()

get_raw is called to perform the actual data acquisition from the instrument. This method should either be overwritten to perform the desired operation or alternatively for Parameter a suitable method is automatically generated if get_cmd is supplied to the parameter constructor. The method is automatically wrapped to provide a get method on the parameter instance.