Esempio n. 1
0
 def __init__(self):
     self.port_in_connect = crest.Influence(
         source=self.sub1.port_out, target=self.sub2.port_out)
     api.pullup(self.sub1.port_in)
     api.pullup(self.sub2.port_in)
Esempio n. 2
0
 def __init__(self):
     api.pullup(my_port_in1=self.sub1.port_in)
     api.pullup(my_port_in2=self.sub2.port_in)
Esempio n. 3
0
 def __init__(self):
     api.pullup(self.sub1.port_in)
     api.pullup(self.sub2.port_in)
Esempio n. 4
0
 def __init__(self):
     api.pullup(my_port_in=self.sub1.port_in,
                my_port_out=self.sub2.port_out)
Esempio n. 5
0
 def __init__(self):
     api.pullup(self.port)
Esempio n. 6
0
 def __init__(self):
     api.pullup(self.sub1.local)
Esempio n. 7
0
 def __init__(self):
     api.pullup(self.sub2.port_out)