❭ API reference ❭ mechanisms ❭
l5pt¶
This directory contains the .mod files that define the biophysical behaviour of ion channels found in a Layer 5 Pyramidal Tract neuron (L5PT). In addition, it contains network connectivity parameters that define synaptic connections.
Importing this module on UNIX systems registers the mechanisms in NEURON namespace. This only works if they are compiled, which should have happened upon configuring ISF. If this is not the case, you can:
`python
>>> import mechanisms.l5pt
>>> mechanisms.l5pt.are_compiled() # check if all mechanisms are compiled
False
>>> mechanisms.l5pt.compile_mechanisms(force_recompile=False) # compile mechanisms if not already compiled
>>> mechanisms.l5pt.are_compiled() # check if all mechanisms are compiled
True
`
See also
Functions¶
Check if nrnivmodl is available in the PATH. |
|
Check if all mechanisms are compiled. |
|
Check if all mechanisms are loaded into NEURON namespace. |
|
|
Compile the mechanisms for L5PTs. |
|
Load the mechanisms into NEURON namespace. |
Attributes¶
|
- |
|
- |
|
- |
|
- |
|
- |
|
- |
Documentation unclear, incomplete, broken or wrong? Let us know