bellini.devices.MeasurementDevice

class bellini.devices.MeasurementDevice[source]

Bases: bellini.devices.Device

Base function for measurement instruments

__init__()

Methods

__init__()

readout(*args, **kwargs)

Return measurement(s) of the given objects (generally with some error)

readout_state(exp_state, *args, **kwargs)

Return measurement(s) of the experimental state (generally with some error) given reference to the particular objects to measure

abstract readout(*args, **kwargs)[source]

Return measurement(s) of the given objects (generally with some error)

abstract readout_state(exp_state, *args, **kwargs)[source]

Return measurement(s) of the experimental state (generally with some error) given reference to the particular objects to measure