ZIParameter#
- class ZIParameter(*args, snapshot_cache: ZISnapshotHelper, zi_node: str, tk_node: Node, **kwargs)[source]#
Bases:
Parameter
Zurich Instrument specific QCoDeS Parameter.
Overwrite the snapshot functionality to use the ZISnapshotHelper. Forwards all args and kwargs to the QCoDeS Parameter class.
- Parameters:
snapshot_cache (ZISnapshotHelper) – ZI specific SnapshotHelper object
zi_node (Node) – ZI specific node object of the nodetree
tk_node (Node)
Methods
Trigger an event.
snapshot_base
([update, params_to_skip_update])State of the parameter as a JSON-compatible dict.
Subscribe to nodes.
Unsubscribe data stream.
wait_for_state_change
(value, *[, invert, ...])Waits until the node has the expected state/value.
Attributes