]> SALOME platform Git repositories - modules/superv.git/blob - examples/PAL9048.py
Salome HOME
*** empty log message ***
[modules/superv.git] / examples / PAL9048.py
1
2 # Generated python file of Graph PAL9048
3
4 from SuperV import *
5
6 # Graph creation of PAL9048
7 def DefPAL9048() :
8     PAL9048 = Graph( 'PAL9048' )
9     PAL9048.SetName( 'PAL9048' )
10     PAL9048.SetAuthor( 'JR' )
11     PAL9048.SetComment( 'Graph and Node with the same name' )
12     PAL9048.Coords( 0 , 0 )
13     
14     # Creation of Factory Nodes
15     
16     # Creation of InLine Nodes
17     PyPAL9048 = []
18     PyPAL9048.append( ' ' )
19     PAL9048 = PAL9048.INode( '' , PyPAL9048 )
20     PAL9048.SetName( 'PAL9048' )
21     PAL9048.SetAuthor( '' )
22     PAL9048.SetComment( 'Compute Node' )
23     PAL9048.Coords( 192 , 161 )
24     IPAL9048Gate = PAL9048.GetInPort( 'Gate' )
25     OPAL9048Gate = PAL9048.GetOutPort( 'Gate' )
26     
27     # Output Ports of the graph
28     return PAL9048
29
30
31 PAL9048 = DefPAL9048()