bluecellulab.connection

Class that represents a connection between two cells in bluecellulab.

Classes

Connection(post_synapse[, pre_spiketrain, ...])

Class that represents a connection between two cells in bluecellulab.

class bluecellulab.connection.Connection(post_synapse, pre_spiketrain=None, pre_gid=None, pre_cell=None, stim_dt=None, parallel_context=None, spike_threshold=-30.0, spike_location='soma')[source]

Class that represents a connection between two cells in bluecellulab.

Parameters:
  • pre_spiketrain (Optional[ndarray])

  • pre_gid (Optional[int])

  • pre_cell (Optional[Cell])

  • spike_threshold (float)

delete()[source]

Delete the connection.

property info_dict

Return dict that contains information that can restore this conn.