Closed ramcdougal closed 1 year ago
This probably already works, but it hasn't been tested.
Example mod file:
Compile with nrnivmodl
, use nrn_load_dll
with a path to load the generated dll file.
I tried this (see PR #59) and it worked out of the box!
The basic functionality is critical (e.g. to handle a MOD-file synapse mechanism) but it requires something more general than the
IClamp
class in the using-python branch which is for that MOD file mechanism only. This can probably be done without creating a fully dynamic interface though using some generic PointProcess class.