how do i get to capture the plot and cell builder shapes on the slides for powerpoint presentation?
is there any other way of changing parameters(conductance) for neurons while network modelling using network builder?
prntout of plots
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Changes made with the NetReadyCellGUI tool are effective only if they areis there any other way of changing parameters(conductance) for neurons while network modelling using network builder?
made before the NetGUI is created. After the NetGUI tool has been created,
the only way to change cell properties is by hoc statements that use the
"real" (hoc level) names of the cell instances and their sections.
NetGUI / Net Variables / Show Map
brings up a panel that displays the NetGUI name and the hoc level names
as pairs, e.g.
Code: Select all
Cell0 Cell_Cell[0]
Cell_Cell[0]. Its sections will be known to hoc via dot notation of the form
Cell_Cell[0].secname, e.g. Cell_Cell[0].soma. So if that section has
hh, you could cut its gnabar by half like this
Cell_Cell[0].soma gnabar_hh /= 2