Search found 4 matches

by gchadder3
Fri Mar 22, 2013 3:05 pm
Forum: Modeling networks
Topic: STDP in artificial cells
Replies: 6
Views: 5487

Re: STDP in artificial cells

Is FOR_NETCONS() documented somewhere? We have the stdp.mod file, but it's not clear from this how FOR_NETCONS() works.
by gchadder3
Fri Mar 22, 2013 1:25 pm
Forum: Modeling networks
Topic: STDP in artificial cells
Replies: 6
Views: 5487

Re: STDP in artificial cells

We are also wishing to implement STDP on ArtCells with a solution that can potentially generalize to conductance-based cells. The ModelDB accession number 64261 looks very useful as place to begin, assuming that the FOR_NETCONS() functionality still does not work for ArtCells. For each original NetC...
by gchadder3
Sat Sep 04, 2010 4:29 pm
Forum: NEURON + Python
Topic: Silencing Unwanted hoc Interpreter Text Output
Replies: 3
Views: 2009

Re: Silencing Unwanted hoc Interpreter Text Output

Here's the line that causes the problem: h.new_printlist_item(st_data, st_comment) This is inside a Python script that is being run when I start a simulation by doing nrngui -python sim.py (sim.py being the main Python file). This simulation uses a lot of legacy hoc code and new_printlist_item() is ...
by gchadder3
Fri Sep 03, 2010 5:13 pm
Forum: NEURON + Python
Topic: Silencing Unwanted hoc Interpreter Text Output
Replies: 3
Views: 2009

Silencing Unwanted hoc Interpreter Text Output

I'm wondering if there is a way to silence the output of the hoc interpreter when running commands that avoids lines like h('{the_command()}') If I just do a h.the_command() then, depending on what the_command is, I will get hoc interpreter output text which clutters my simulation run outputs. Is th...