| Name: | LayoutNetwork - Create a multidimensional network.
|
| Synopsis: |
model [d1 d2 ...] << >> LayoutNetwork
model [d1 d2 ...] LayoutNetwork
/constructor [d1 d2 ...] LayoutNetwork
|
| Parameters: |
model - model id of the nodes to be created
[d1 d2 ..] - array with dimensions
<< >> - optional status dictionary with initialization for
the nodes
|
| Description: |
LayoutNetwork generates an n-dimensial network with nodes of type model.
If a status dictionary is supplied, each created node is initialized with
the supplied status dictionary.
|
| Examples: |
iaf_neuron [10 10] LayoutNetwork
Creates a two dimensional layer of 10 by 10 neurons of type iaf_neuron.
|
| Author: | Marc-Oliver Gewaltig
|
| FirstVersion: | 20.6.02
| SeeAlso: | Create LayoutArray |
|
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/nest-init.sli
|