9.2.3.1.2. qumada.instrument.custom_drivers.Dummies.dummy_dmm

class qumada.instrument.custom_drivers.Dummies.dummy_dmm.DummyDmm(*args: Any, **kwargs: Any)[source]

Bases: Instrument

class qumada.instrument.custom_drivers.Dummies.dummy_dmm.dmm_buffer(name, **kwargs)[source]

Bases: Parameter

get_raw()[source]

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.

ready_buffer()[source]
reset()[source]
start()[source]
subscribe(param)[source]
class qumada.instrument.custom_drivers.Dummies.dummy_dmm.dmm_results_random(name, instrument=None, label=None, unit=None, get_cmd=None, set_cmd=False, initial_value=None, max_val_age=None, vals=None, docstring=None, initial_cache_value=None, bind_to_instrument=True, **kwargs)[source]

Bases: Parameter

get_raw()[source]

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.

class qumada.instrument.custom_drivers.Dummies.dummy_dmm.dmm_results_sinus(name, instrument=None, label=None, unit=None, get_cmd=None, set_cmd=False, initial_value=None, max_val_age=None, vals=None, docstring=None, initial_cache_value=None, bind_to_instrument=True, **kwargs)[source]

Bases: Parameter

get_raw()[source]

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.