PullaStash#

Module: iqm.pulla.pulla

class iqm.pulla.pulla.PullaStash(observations)#

Bases: object

Minimal stash that can be used with LatestFromStash.

Attributes

observations

Observations mapped to their dut fields.

Methods

get_latest_observation

Get the observation value if it exists, otherwise None.

Parameters:

observations (dict[str, ObservationLite])

observations: dict[str, ObservationLite]#

Observations mapped to their dut fields.

get_latest_observation(observation_name, **kwargs)#

Get the observation value if it exists, otherwise None.

Parameters:

observation_name (str)

Return type:

ObservationLite | None

Inheritance

Inheritance diagram of iqm.pulla.pulla.PullaStash