2 # Generated python file of Graph SIGFPEPython
6 # Graph creation of SIGFPEPython
7 def DefSIGFPEPython() :
8 SIGFPEPython = Graph( 'SIGFPEPython' )
9 SIGFPEPython.SetName( 'SIGFPEPython' )
10 SIGFPEPython.SetAuthor( 'JR' )
11 SIGFPEPython.SetComment( '' )
12 SIGFPEPython.Coords( 0 , 0 )
14 # Creation of Factory Nodes
16 # Creation of InLine Nodes
18 PySIGFPEPython.append( 'def SIGFPEPython() : ' )
19 PySIGFPEPython.append( ' import libSIGNALSComponent_Swig ' )
20 PySIGFPEPython.append( ' s = libSIGNALSComponent_Swig.SIGNALSComponentEngine() ' )
21 PySIGFPEPython.append( ' s.SIGFPEfunc(1,0) ' )
22 PySIGFPEPython.append( ' ' )
23 SIGFPEPython = SIGFPEPython.INode( 'SIGFPEPython' , PySIGFPEPython )
24 SIGFPEPython.SetName( 'SIGFPEPython' )
25 SIGFPEPython.SetAuthor( '' )
26 SIGFPEPython.SetComment( 'Compute Node' )
27 SIGFPEPython.Coords( 118 , 159 )
28 ISIGFPEPythonGate = SIGFPEPython.GetInPort( 'Gate' )
29 OSIGFPEPythonGate = SIGFPEPython.GetOutPort( 'Gate' )
31 # Output Ports of the graph
35 SIGFPEPython = DefSIGFPEPython()