-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling nest.Disconnect #786
Comments
This is indeed a bug and a test for the |
Thanks for your help. |
I don't know if this helps your particular case, but you wouldn't need to disconnect and create a new one. You can create multiple recorders at the outset, and use differing values for 'start' and 'stop' to record different segments of the simulation.
On 07/08/2017 10:32, DaWelter wrote:
Thanks for your help.
I want to experiment with SNN control and machine learning.
I connected a multimeter to output neurons in order to measure their membrane potential over a brief simulation period. I found no way to "clear" the data in the multimeter for the next period. So I figured I might just disconnect the old meter and create a new one. (I don't really know what I am doing ...)
Now I guess a better alternative is to use a IAF neuron with a very high threshold as an integrator.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#786 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKBtpW8GedXS0cKW7EE2PseJfdhj1QNPks5sVsuxgaJpZM4OaNAg>.
…--
Prof. Dr. Abigail Morrison
IAS-6 / INM-6 / SimLab Neuroscience
Jülich Research Center
&
Institute of Cognitive Neuroscience
Ruhr-University Bochum
http://www.fz-juelich.de/inm/inm-6
http://www.fz-juelich.de/ias/jsc/slns
http://www.ikn.psy.ruhr-uni-bochum.de
Office: +49 2461 61-9805
Fax # : +49 2461 61-9460
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
|
Hi, |
issue resolved. |
To my understanding it should be possible to call the Disconnect function as follows
However each of these attempts gives the error appended in the comment.
In particular the last attempt appears odd to me because regarding the synapse spec, the documentation states "All parameters are optional and if not specified will use the default values determined by the current synapse model." (http://www.nest-simulator.org/pynest-api/)
Master branch - commit bbcdd91
The text was updated successfully, but these errors were encountered: