single_cell_parser
❭ load_NMODL_parameters
load_NMODL_parameters
-
single_cell_parser.load_NMODL_parameters(parameters)
Load NMODL mechanisms from paths in parameter file.
Parameters are added to the NEURON namespace by executing string Hoc commands.
See also: https://www.neuron.yale.edu/neuron/static/new_doc/programming/neuronpython.html#important-names-and-sub-packages
- Parameters:
parameters (NTParameterSet | dict) – 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.