Esempio n. 1
0
 def build_hoc(self, hocfile_obj):
     HocModUtils.create_record_from_modfile(
         hocfile_obj,
         vecname='RecVec%s' % self.name,
         cell_location=self.cell_location,
         modvariable=self.modvar,
         mod_neuronsuffix=self.alphabeta_chl.get_neuron_suffix(),
         recordobj=self,
         )
Esempio n. 2
0
 def buildHocRecVar(self, hocfile_obj, vecname, modvar):
     HocModUtils.create_record_from_modfile(
         hocfile_obj,
         vecname=vecname,
         cell_location=self.cell_location,
         modvariable=modvar,
         mod_neuronsuffix=self.caAlphaBetaBetaChl.get_neuron_suffix(),
         recordobj=self,
     )
 def build_hoc(self, hocfile_obj):
     HocModUtils.create_record_from_modfile(
         hocfile_obj,
         vecname='RecVec%s' % self.name,
         cell_location=self.cell_location,
         modvariable=self.modvar,
         mod_neuronsuffix=self.alphabeta_chl.get_neuron_suffix(),
         recordobj=self,
         )
 def buildHocRecVar(self, hocfile_obj, vecname, modvar):
     HocModUtils.create_record_from_modfile(
         hocfile_obj,
         vecname=vecname,
         cell_location=self.cell_location,
         modvariable=modvar,
         mod_neuronsuffix=self.caAlphaBetaBetaChl.get_neuron_suffix(),
         recordobj=self,
     )