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_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.
- 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_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.
- 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_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.