![]() |
ChimeraTK-ApplicationCore 04.06.00
|
Functions | |
| parseVariable (node) | |
| parseDirectory (subtree) | |
| makeNodeName (label) | |
| defineNode (label) | |
Variables | |
| str | ns = "{https://github.com/ChimeraTK/ApplicationCore}" |
| dict | moduleConnections = {} |
| tree = ET.parse('llrfctrl.xml') | |
| root = tree.getroot() | |
| dict | nodeIds = {} |
| end | |
| drawModuleConnections.defineNode | ( | label | ) |
Definition at line 82 of file drawModuleConnections.py.
| drawModuleConnections.makeNodeName | ( | label | ) |
Definition at line 72 of file drawModuleConnections.py.
| drawModuleConnections.parseDirectory | ( | subtree | ) |
Definition at line 55 of file drawModuleConnections.py.
| drawModuleConnections.parseVariable | ( | node | ) |
Definition at line 10 of file drawModuleConnections.py.
| drawModuleConnections.end |
Definition at line 103 of file drawModuleConnections.py.
| dict drawModuleConnections.moduleConnections = {} |
Definition at line 8 of file drawModuleConnections.py.
| dict drawModuleConnections.nodeIds = {} |
Definition at line 93 of file drawModuleConnections.py.
| str drawModuleConnections.ns = "{https://github.com/ChimeraTK/ApplicationCore}" |
Definition at line 6 of file drawModuleConnections.py.
| drawModuleConnections.root = tree.getroot() |
Definition at line 66 of file drawModuleConnections.py.
| drawModuleConnections.tree = ET.parse('llrfctrl.xml') |
Definition at line 65 of file drawModuleConnections.py.