load

mechanisms.l5pt.load()

Load the mechanisms into NEURON namespace.

Also implements a thread lock to avoid concurrent loading of shared objects or dynamically linked libraries. This is especially important on Windows, since DLLs are sensitive to concurrent loading.

Raises:

AssertionError – If the mechanisms could not be loaded.