pygrenade_vx.network.abstract.multicompartment.morphology_builder.Connection
-
class
pygrenade_vx.network.abstract.multicompartment.morphology_builder.Connection(source, target, strength=None) Bases:
objectConnection that contains source and target of a connection.
-
__init__(source, target, strength=None) Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(source, target[, strength])Initialize self.
Generate a label for the current connection.
-
get_label() → str Generate a label for the current connection.
The label is based on the labels of the source and target compartments. :return: Label which identifies this connection.
-