ChimeraTK-ApplicationCore  04.01.00
drawModuleConnections Namespace Reference

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
 

Function Documentation

◆ defineNode()

def drawModuleConnections.defineNode (   label)

Definition at line 82 of file drawModuleConnections.py.

+ Here is the call graph for this function:

◆ makeNodeName()

def drawModuleConnections.makeNodeName (   label)

Definition at line 72 of file drawModuleConnections.py.

+ Here is the caller graph for this function:

◆ parseDirectory()

def drawModuleConnections.parseDirectory (   subtree)

Definition at line 55 of file drawModuleConnections.py.

+ Here is the call graph for this function:

◆ parseVariable()

def drawModuleConnections.parseVariable (   node)

Definition at line 10 of file drawModuleConnections.py.

+ Here is the caller graph for this function:

Variable Documentation

◆ end

drawModuleConnections.end

Definition at line 103 of file drawModuleConnections.py.

◆ moduleConnections

dictionary drawModuleConnections.moduleConnections = {}

Definition at line 8 of file drawModuleConnections.py.

◆ nodeIds

dictionary drawModuleConnections.nodeIds = {}

Definition at line 93 of file drawModuleConnections.py.

◆ ns

string 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.