Salome HOME
Imported using TkCVS
[samples/datafiles.git] / Superv / Python / GraphSIGFPE.py
1
2 # Generated python file of Graph GraphSIGFPE
3
4 from SuperV import *
5
6 # Graph creation of GraphSIGFPE
7 def DefGraphSIGFPE() :
8     GraphSIGFPE = Graph( 'GraphSIGFPE' )
9     GraphSIGFPE.SetName( 'GraphSIGFPE' )
10     GraphSIGFPE.SetAuthor( 'JR' )
11     GraphSIGFPE.SetComment( '' )
12     GraphSIGFPE.Coords( 0 , 0 )
13     
14     # Creation of Factory Nodes
15     
16     SIGFPEfunc = GraphSIGFPE.FNode( 'SIGNALSComponent' , 'SIGNALSComponent' , 'SIGFPEfunc' )
17     SIGFPEfunc.SetName( 'SIGFPEfunc' )
18     SIGFPEfunc.SetAuthor( '' )
19     SIGFPEfunc.SetContainer( 'localhost/FactoryServer' )
20     SIGFPEfunc.SetComment( 'SIGFPEfunc from SIGNALSComponent' )
21     SIGFPEfunc.Coords( 134 , 137 )
22     ISIGFPEfunca = SIGFPEfunc.GetInPort( 'a' )
23     ISIGFPEfuncb = SIGFPEfunc.GetInPort( 'b' )
24     ISIGFPEfuncGate = SIGFPEfunc.GetInPort( 'Gate' )
25     OSIGFPEfuncreturn = SIGFPEfunc.GetOutPort( 'return' )
26     OSIGFPEfuncGate = SIGFPEfunc.GetOutPort( 'Gate' )
27     
28     # Input datas
29     ISIGFPEfunca.Input( 1 )
30     ISIGFPEfuncb.Input( 0 )
31     
32     # Output Ports of the graph
33     #OSIGFPEfuncreturn = SIGFPEfunc.GetOutPort( 'return' )
34     return GraphSIGFPE
35
36
37 GraphSIGFPE = DefGraphSIGFPE()