bluepysnap.bbp

BBP cell / synapse attribute namespace.

Classes

Cell()

Cell property names.

Synapse()

Synapse property names.

class bluepysnap.bbp.Cell

Cell property names.

ETYPE = 'etype'
HOLDING_CURRENT = '@dynamics:holding_current'
INPUT_RESISTANCE = '@dynamics:input_resistance'
LAYER = 'layer'
ME_COMBO = 'me_combo'
MTYPE = 'mtype'
REGION = 'region'
SYNAPSE_CLASS = 'synapse_class'
THRESHOLD_CURRENT = '@dynamics:threshold_current'
class bluepysnap.bbp.Synapse

Synapse property names.

DTC = 'decay_time'
D_SYN = 'depression_time'
F_SYN = 'facilitation_time'
G_SYNX = 'conductance'
NRRP = 'NRRP'
POST_BRANCH_TYPE = 'afferent_section_type'
POST_GID = '@target_node'
POST_SEGMENT_ID = 'afferent_segment_id'
POST_SEGMENT_OFFSET = 'afferent_segment_offset'
PRE_GID = '@source_node'
PRE_MORPH_ID = 'efferent_morphology_id'
PRE_SEGMENT_ID = 'efferent_segment_id'
PRE_SEGMENT_OFFSET = 'efferent_segment_offset'
SPINE_LENGTH = 'spine_length'
TYPE = 'syn_type_id'
U_SYN = 'u_syn'