We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cdee6 commit 8128c85Copy full SHA for 8128c85
README.md
@@ -20,10 +20,10 @@
20
All datastructures that are directly below a module within the a2l data structure hierarchy are accessible through maps by their identifiers.
21
22
To access System Constants:
23
- sc, exists := cd.a2l.Project.Module[indexOfModuleInProject].SystemConstants["NameOfSystemConstant"]
+ sc, exists := cd.a2l.Project.Modules[indexOfModuleInProject].SystemConstants["NameOfSystemConstant"]
24
25
To access Characteristics:
26
- c, exists := cd.a2l.Project.Module[indexOfModuleInProject].Characteristics["NameOfCharacteristic"]
+ c, exists := cd.a2l.Project.Modules[indexOfModuleInProject].Characteristics["NameOfCharacteristic"]
27
28
and so on.
29
0 commit comments