| Name: | CopyModel - copy a model to a new name, set parameters for copy, if given
|
| Synopsis: |
/model /new_model param_dict -> -
/model /new_model -> -
|
| Parameters: |
/model - literal naming an existing model
/new_model - literal giving the name of the copy to create, must not
exist in modeldict or synapsedict before
/param_dict - parameters to set in the new_model
|
| Description: |
A copy of model is created and registered in modeldict or synapsedict
under the name new_model. If a parameter dictionary is given, the parameters
are set in new_model.
Warning: It is impossible to unload modules after use of CopyModel.
|
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/nestkernel/nestmodule.cpp
|