I have been trying to understand how to connect two neurons using APTrig and TrigSyn but unfortunately I get an error i cannot resolve. It says 'TrigSyn is not a template.' I understand what templates are, but I believe these would probably be standard templates in NEURON library or something. May be I need to include them in my code somehow which i don't know about . Could someone please suggest how should I go about correcting this error. I've used it in the from
postsyn = new TrigSyn(0.8)
Regards,
Priti
Help with APTrig and TrigSyn
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Help with APTrig and TrigSyn
What are APTrig and TrigSyn? They're not part of NEURON's standard distribution.
-
- Posts: 5
- Joined: Mon Jul 02, 2012 5:15 am
Re: Help with APTrig and TrigSyn
I realize now that this is not what I wanted to do..i could simply use NetCon to connect two neurons..please ignore this post.
Regards,
Priti
Regards,
Priti
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: Help with APTrig and TrigSyn
I now recall that APTrig and TrigSyn were mentioned in an old tutorial that has long been out of date. It is best to set up synaptic connections that use NetCons and NEURON's event delivery system.