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
n - the desired number of nodes
params - parameters for the newly created node(s)
Returns:
node_ids - NodeCollection representing nodes created
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/nestkernel/nestmodule.cpp