Dictionary Functions

CTL1 provides functions that allow to manipulate the dictionary entries of string data type.

[Note]Note

These functions allow to manipulate also the entries that are not defined in the graph.

You may write dictionary value to an entry first, and then access it using the functions for reading the dictionary.

Currently we are able to work just with string dictionary type. For this reason, to access the value of the heightMin property, following CTL code should be used:

value = read_dict("heightMin");