Command: cgnext

NEST HelpDesk Command Index NEST Quick Reference

Name:
 cgnext - Call next() on a ConnectionGenerator

Synopsis:
     cg cgnext -> source target v[0] ... true | false

Parameters:
 
     cg - ConnectionGenerator

Description:
     Call the next() function on a given ConnectionGenerator cg
     to iterate cg's connections on the SLI level. This function
     will return the source and the target of the connection, a
     list containing the values for the connection (if there are
     any), and true, or false, if cg cannot be iterated further.

Remarks:
     This function is part of the low-level access API for the
     ConnectionGenerator module. It is mainly used for debugging
     purposes. Usually, connections are created from a
     ConnectionGenerator using CGConnect.

Author:
 Mikael Djurfeldt
FirstVersion:
 December 2012
SeeAlso:CGParse CGParseFile CGConnect CGSelectImplementation cgstart cgsetmask
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/conngen/conngenmodule.cpp

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative