write_synapse_weight_file¶
- 
single_cell_parser.writer.write_synapse_weight_file(fname=None, cell=None)¶
- Write out a synapse weight file. - This file contains the following information: - synapse type 
- synapse ID 
- section ID 
- section pt ID 
- receptor type 
- synapse weights 
 - Parameters:¶
- fname : str¶
- The name of the file to write to. 
- cell : single_cell_parser.cell.Cell¶
- The cell object, containing synapses. 
 
- Returns:¶
- None. Writes out the synapse weight file to - fname.
 
Documentation unclear, incomplete, broken or wrong? Let us know