Create - create node
/model Create -> NodeCollection
/model n Create -> NodeCollection
/model params Create -> NodeCollection
/model n params Create -> NodeCollection
Create generates n new network objects of the supplied model
type. If n is not given, a single node is created. params is a
dictionary with parameters for the new nodes.
/model - literal naming the modeltype (entry in modeldict)
n - the desired number of nodes
params - parameters for the newly created node(s)
Returns:
node_ids - NodeCollection representing nodes created
/usr/src/packages/BUILD/nestkernel/nestmodule.cpp