init_nodetree#
- init_nodetree(layer, nodetree: NodeTree, snapshot_cache: ZISnapshotHelper, blacklist: tuple = ()) None [source]#
Generate nested qcodes parameter from the device nodetree.
- Parameters:
layer – current layer in the nodetree.
nodetree (NodeTree) – underlying toolkit node tree.
snapshot_cache (ZISnapshotHelper) – Instance of the SnapshotHelper.
blacklist (tuple) – nodes to be blacklisted.
- Return type:
None