Hi Anh,
The NEST spatial connection routines currently do not support setting other parameters than weight or delay. There is no deep technical reason for this, but it would take quite some
effort to implement.
Now, as lon as you want to use the same values for Wmax, tau_plus, alpha, etc for all synapses that you create during a single Connect call (or maybe all plastic synapses in your
network), you can use stdp_synapse_hom and set the values on the model with SetDefaults(). You can also do this with a normal stdp_synapse, but the _hom version has much lower memory consumption because it stores the common parameters only once.
If you need individual parameter values for each synapse, you will need to do a GetConnections and then set the values on the synapses.
Best,
Hans Ekkehard
--
Prof. Dr. Hans Ekkehard Plesser
Department of Data Science
Faculty of Science and Technology
Norwegian University of Life Sciences
PO Box 5003, 1432 Aas, Norway
Phone +47 6723 1560
Email hans.ekkehard.plesser@nmbu.no
Home http://arken.nmbu.no/~plesser