ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
drawModuleConnections Namespace Reference

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
 

Function Documentation

◆ defineNode()

drawModuleConnections.defineNode (   label)

Definition at line 82 of file drawModuleConnections.py.

◆ makeNodeName()

drawModuleConnections.makeNodeName (   label)

Definition at line 72 of file drawModuleConnections.py.

◆ parseDirectory()

drawModuleConnections.parseDirectory (   subtree)

Definition at line 55 of file drawModuleConnections.py.

◆ parseVariable()

drawModuleConnections.parseVariable (   node)

Definition at line 10 of file drawModuleConnections.py.

Variable Documentation

◆ end

drawModuleConnections.end

Definition at line 103 of file drawModuleConnections.py.

◆ moduleConnections

dict drawModuleConnections.moduleConnections = {}

Definition at line 8 of file drawModuleConnections.py.

◆ nodeIds

dict drawModuleConnections.nodeIds = {}

Definition at line 93 of file drawModuleConnections.py.

◆ ns

str drawModuleConnections.ns = "{https://github.com/ChimeraTK/ApplicationCore}"

Definition at line 6 of file drawModuleConnections.py.

◆ root

drawModuleConnections.root = tree.getroot()

Definition at line 66 of file drawModuleConnections.py.

◆ tree

drawModuleConnections.tree = ET.parse('llrfctrl.xml')

Definition at line 65 of file drawModuleConnections.py.