Command: cvnodecollection

NEST HelpDesk Command Index NEST Quick Reference
Name:
cvnodecollection - Create a container of node IDs.
Synopsis:
list_of_node_ids cvnodecollection -> nodecollection
first_node_id last_node_id cvnodecollection -> nodecollection
Description:
This function creates a nodecollection object, which is a unified
representation for multiple node IDs of neurons or devices. To
save memory in the case of contiguous ranges of node IDs, it is
possible to just use the first and last index of the range to
initialize the nodecollection.
Parameters:
list_of_node_ids - an array or intvector of node IDs, or a nodecollection
first_node_id - an integer definig the first node ID of the range
last_node_id - an integer definig the last node ID of the range
Author:
Jochen Martin Eppler
FirstVersion:
April 2014
SeeAlso:
Source:
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/lib/sli/nest-init.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative