Help with APTrig and TrigSyn

The basics of how to develop, test, and use models.
Post Reply
Priti Gupta
Posts: 5
Joined: Mon Jul 02, 2012 5:15 am

Help with APTrig and TrigSyn

Post by Priti Gupta »

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
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Help with APTrig and TrigSyn

Post by ted »

What are APTrig and TrigSyn? They're not part of NEURON's standard distribution.
Priti Gupta
Posts: 5
Joined: Mon Jul 02, 2012 5:15 am

Re: Help with APTrig and TrigSyn

Post by Priti Gupta »

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
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Help with APTrig and TrigSyn

Post by ted »

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.
Post Reply