9.2.2.2. qumada.instrument.buffers.dummy_dmm_buffer
Created on Tue Jan 3 15:20:07 2023
@author: till3
- class qumada.instrument.buffers.dummy_dmm_buffer.DummyDMMBuffer(device)[source]
Bases:
BufferBuffer for Dummy DMM
- is_finished()[source]
True, if measurement is done and data has finished reading from the buffer.
- Return type:
- is_subscribed(parameter)[source]
True, if the parameter is subscribed and saved in buffer.
- Return type:
- property num_points: int | None
Number of points to write into buffer for each burst. Required to setup qcodes datastructure and to compare with max. buffer length.
- read()[source]
Read the buffer
Output is a dict with the following structure:
{ "timestamps": list[float], "param1": list[float], "param2": list[float], ... }
- Return type: