Dictionary¶
-
class
ingenialink.dictionary.Categories(dictionary)[source]¶ Categories Abstract Base Class.
- Parameters
dictionary (Dictionary) – Ingenia dictionary instance.
-
class
ingenialink.dictionary.Dictionary(dictionary_path)[source]¶ Ingenia dictionary Abstract Base Class.
- Parameters
dictionary_path (str) – Dictionary file path.
- Raises
ILCreationError – If the dictionary could not be created.
-
categories¶ Instance of all the categories in the dictionary.
- Type
-
path¶ Path of the dictionary.
- Type
str
-
subnodes¶ Number of subnodes in the dictionary.
- Type
int
-
version¶ Version of the dictionary.
- Type
str