Utilities#

The types below are not imported by name in normal use – they are what the objects on the other pages hand back. DictList is the container behind variables, coords and folders; Variable, Coord and InputVariable are what a lookup in one of those containers returns.

Coord

Independent variable read from a nextnano data file.

Variable

Dependent variable read from a nextnano data file.

InputVariable

Variable defined in a nextnano input file.

DictList

Ordered dictionary whose values are also reachable by position.

Data is the base class the three dataset types share, and it carries the attributes they have in common.