PullaStash#
Module: iqm.pulla.pulla
- class iqm.pulla.pulla.PullaStash(observations)#
Bases:
objectMinimal stash that can be used with
LatestFromStash.Attributes
Observations mapped to their dut fields.
Methods
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
