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

Categories

errors

Instance of all the errors in the dictionary.

Type

Errors

firmware_version

Firmware version declared in the dictionary.

Type

str

interface

Interface declared in the dictionary.

Type

str

part_number

Part number declared in the dictionary.

Type

str

path

Path of the dictionary.

Type

str

product_code

Product code declared in the dictionary.

Type

int

revision_number

Revision number declared in the dictionary.

Type

int

subnodes

Number of subnodes in the dictionary.

Type

int

version

Version of the dictionary.

Type

str