sg-s / xolotl

A MATLAB neuron simulator. Very fast (written in C++). Flexible (fully object oriented). Immediate (live manipulation in MATLAB). Comes with a powerful parameter optimizer. Get started ➡️
https://go.brandeis.edu/xolotl
GNU General Public License v3.0
43 stars 8 forks source link

Better output readout for complex mechanisms #557

Open sg-s opened 3 years ago

sg-s commented 3 years ago

Since everything (and byt that I mean)

  1. output readout
  2. previous state read out
  3. state readout

is handled via mechanism::getState(), and since that is fairly explicit, there is now a possibility of naming the different outputs of each mechanism (useful when output_mode=1)

Some problems:

what happens when a mechanism doesn't return a member, but a computed value?