Do IFs need a section ?
Posted: Tue Oct 25, 2005 4:33 am
Dear All,
I have read the following:
But when I try to access to the m value of the IF I obtain:
I have the same problem when I use NetStim objects to stimulate IF networks. Does the best solution consist in creating a "fake" section and building IF networks into it or did I misunderstood something ?
Thanks for your help !
AG
I have read the following:
Code: Select all
: ARTIFICIAL_CELL is a synonym for POINT_PROCESS. However it is also
: a hint that this model not only has a NET_RECEIVE block and does NOT
: have a BREAKPOINT but does not have to be associated with a
: section location or numerical integrator. i.e it does not
: refer to v or any ions or have a POINTER
Code: Select all
oc>objref n1
oc>n1=new IntFire1()
oc>n1.m
nrniv: point process not located in a section near line 5
n1.m
^
oc>
Thanks for your help !
AG