Synapse¶
- 
class single_cell_parser.synapse.Synapse(edgeID, edgePtID, edgex=None, preCellType='', postCellType='')¶
- Synapse class for synaptic activations and NEURON API. - Used in - single_cell_parser.cell.Cellto store synapse information, and to activate/deactivate synapses in NEURON.- See also - This is not the same class as - singlecell_input_mapper.singlecell_input_mapper.cell.Synapse. This class is specialized for the NEURON simulator, and is used to store synapse information and activate/deactivate synapses in NEURON.- Check if the synapse is active. - activate_hoc_syn(source, preCell, targetCell, receptors)- Setup of all necessary hoc connections. - Disconnect the synapse from the neuron model. 
Documentation unclear, incomplete, broken or wrong? Let us know