qcodes_adaptions#

Base modules for the Zurich Instrument specific QCoDeS driver.

Functions

init_nodetree(layer, nodetree, snapshot_cache)

Generate nested qcodes parameter from the device nodetree.

tk_node_to_parameter(root, tk_node)

Convert a Toolkit node into a QCoDeS Parameter.

tk_node_to_qcodes_list(tk_node)

Convert a toolkit node to a list of elements that form a QCoDeS object.

Classes

NodeDict(tk_result)

Mapping of dictionary structure results.

ZIChannelList(*args[, snapshot_cache, zi_node])

Zurich Instrument specific QCoDeS InstrumentChannel.

ZIInstrument(*args, **kwargs)

Zurich Instrument specific Qcodes Instrument.

ZINode(*args, snapshot_cache[, zi_node])

Zurich Instrument specific QCoDeS InstrumentChannel.

ZIParameter(*args, snapshot_cache, zi_node, ...)

Zurich Instrument specific QCoDeS Parameter.

ZISnapshotHelper(nodetree[, is_module])

Helper class for the snapshot with Zurich Instrument devices.