ChimeraTK-ApplicationCore
04.01.00
|
Functions | |
def | parseVariable (node) |
def | parseDirectory (subtree) |
def | makeNodeName (label) |
def | defineNode (label) |
Variables | |
string | ns = "{https://github.com/ChimeraTK/ApplicationCore}" |
dictionary | moduleConnections = {} |
tree = ET.parse('llrfctrl.xml') | |
root = tree.getroot() | |
dictionary | nodeIds = {} |
end | |
def drawModuleConnections.defineNode | ( | label | ) |
def drawModuleConnections.makeNodeName | ( | label | ) |
def drawModuleConnections.parseDirectory | ( | subtree | ) |
def drawModuleConnections.parseVariable | ( | node | ) |
drawModuleConnections.end |
Definition at line 103 of file drawModuleConnections.py.
dictionary drawModuleConnections.moduleConnections = {} |
Definition at line 8 of file drawModuleConnections.py.
dictionary drawModuleConnections.nodeIds = {} |
Definition at line 93 of file drawModuleConnections.py.
string 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.