load_NMODL_parameters¶
- single_cell_parser.parameters.load_NMODL_parameters(parameters)¶
Load NMODL mechanisms from paths in parameter file.
Parameters are added to the NEURON namespace by executing string Hoc commands.
- Parameters:¶
- parameters : NTParameterSet¶
The neuron parameters to load. Must contain the key NMODL_mechanisms. May contain the key mech_globals.
- Returns:¶
None. Adds parameters to the NEURON namespace.
Documentation unclear, incomplete, broken or wrong? Let us know