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.ArrayParameterClass 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_rawis called to perform the actual data acquisition from the instrument. This method should either be overwritten to perform the desired operation or alternatively forParametera suitable method is automatically generated ifget_cmdis supplied to the parameter constructor. The method is automatically wrapped to provide agetmethod on the parameter instance.