get#
- ZISnapshotHelper.get(parameter: Parameter, fallback_get: Callable) Any [source]#
Get the value for a specific QCoDeS Parameter.
Tries to mimic the behavior of a normal get (e.g. update cache). If the value is not found in the dictionary the fallback get is called. The fallback get should get the value from the device.
- Parameters:
parameter (Parameter) – QCoDeS Parameter object
fallback_get (Callable) – fallback function to get the value from the device
- Returns:
Value for the Node
- Return type:
Any