Linking
feral3gp.feral.link(from_component, from_port_name, to_component, to_port_name)
¶
Creates a link between one component and another using the names of the input- and output ports of the components
Source code in feral3gp/feral/core/util.py
13 14 15 16 17 18 19 20 21 |
|
feral3gp.feral.bidirectional_link(component0, port_name0, component1, port_name1)
¶
Creates a bidirectional link between two components
Source code in feral3gp/feral/core/util.py
24 25 26 27 28 29 30 31 32 |
|