CellParser.insert_membrane_properties

single_cell_parser.cell_parser.CellParser.insert_membrane_properties(label, props)

Inserts membrane properties into all structures named as label.

Parameters:
label : str

Label of the structure.

props : NTParameterSet

Membrane properties. Keys named spines or ions are ignored, as they are taken care of by insert_range_mechanisms() and _insert_ion_properties().

Raises:

RuntimeError – If the structure has not been parsed from the .hoc file yet.