Command: Create

NEST HelpDesk Command Index NEST Quick Reference
Name:
Create - create node
Synopsis:
/model Create -> NodeCollection
/model n Create -> NodeCollection
/model params Create -> NodeCollection
/model n params Create -> NodeCollection
Description:
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.
Parameters:
/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
SeeAlso:
Source:
/usr/src/packages/BUILD/nestkernel/nestmodule.cpp
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative