Search found 5 matches

by swienbar
Fri Jun 07, 2024 2:26 pm
Forum: NEURON + Python
Topic: Loading a Linear Circuit Mechanism in Python
Replies: 1
Views: 29186

Loading a Linear Circuit Mechanism in Python

Hi! I am trying to load a linear circuit into python. I designed a circuit in the GUI using the linear circuit builder that has a reference to a part of my cell. I have the linear circuit saved as a class file (with a .hoc extension). The mechanism is a series of resistors connected to a section of ...
by swienbar
Thu Jun 29, 2023 3:47 pm
Forum: NEURON + Python
Topic: Gap junction network not seeming to conduct
Replies: 3
Views: 42816

Re: Gap junction network not seeming to conduct

That worked! Thank you so much!
by swienbar
Thu Jun 29, 2023 2:55 pm
Forum: NEURON + Python
Topic: Gap junction network not seeming to conduct
Replies: 3
Views: 42816

Gap junction network not seeming to conduct

Hi, I am trying to make a network of passive tubes connected all on one side by gap junctions. I am hoping to have one central tube and the rest on the periphery. When I attempt to connect them with gap junctions, I can record the gap junction voltage 'vgap' and that is as expected, but it doesn't s...
by swienbar
Wed May 26, 2021 9:13 pm
Forum: Other questions
Topic: Play both excitatory and inhibitory conductances into SEClamp
Replies: 3
Views: 23434

Re: Play both excitatory and inhibitory conductances into SEClamp

This was very helpful! Thanks so much!
by swienbar
Wed May 26, 2021 1:25 pm
Forum: Other questions
Topic: Play both excitatory and inhibitory conductances into SEClamp
Replies: 3
Views: 23434

Play both excitatory and inhibitory conductances into SEClamp

Hello, I am attempting to do a dynamic clamp recording on a model cell that I made in NEURON in python. I understand that you can do this by playing a vector through SEClamp._ref_rs, but I was wondering if I could inject both excitatory and inhibitory conductances? I know that you can't feed two con...