Copy models¶
NEST Simulator provides a function to copy a model together with its set of parameters. The nest.CopyModel()
function is useful when multiple populations or synapses should be created with the same set of parameters. This
simplifies the work a lot, as you can see in the example below:
Code without CopyModel |
Code with CopyModel |
---|---|
|
|