NodeDict#

class NodeDict(tk_result: Dict[str, Any] | NodeDict)[source]#

Bases: Mapping

Mapping of dictionary structure results.

The mapping allows to access data with both the string and the qcodes parameter objects.

Methods

to_dict()

Convert the WildcardResult to a dictionary.

Parameters:

tk_result (Dict[str, Any] | NodeDict) –