tennsS v1.53 Reference Manual

Copyright (C) 1997 - 2002 Mike Arnold, Altjira Software, mikea@altjira.com

Go to the previous, next section, table of contents.


Cnoconn_Spkrp

Class Cnoconn_Spkrp derived from Cnset

A structure that can be bound to an underlying network to define the connections between a set of pre-synaptic nodes, specified by <pre>, and a set of post-synaptic nodes, specified by <post>. There is a record for each pre-synaptic node, which consists of all the connections to any of the post-synaptic nodes. If <addpre> is true, then the pre-synaptic node is also added to the record. In addition, if <addpost> is true, an extra record is added at the end that contains only all of the post-synaptic nodes. If <pernode> is false, then all of the records (except for the final record containing the post-synaptic nodes) are collapsed in to a single record. Definitions are resolved wrt the builder.


Configuration

pre=<ref> defines the pre nodes (none) post=<ref> defines the post nodes (none) pernode=<bool> sets per node flag (1) addpost=<bool> sets add post flag (1) addpre=<bool> sets add pre flag (1)

Additional arguments to existing commands

bind [post=<list>] [pre=<list>] [pernode=<bool>] [addpost=<bool>] [addpre=<bool>] <further arguments for derived commands> binds itself to the underlying network structure post=<list> set of post nodes pre=<list> set of pre nodes pernode=<bool> if there is a seperate record for each post node addpost=<bool> if the post nodes are added as the final record addpre=<bool> if the pre node is added to the record

Derived Classes


Go to the previous, next section, table of contents. Document generated Mon Jun 16 02:19:05 GMT 2003