PointCell.turn_off¶
- single_cell_parser.cell.PointCell.turn_off()¶
Turns off the spike source.
Calls
play()with no arguments to turn off theneuron:VecStim. This is necessary becauseVecStimdoes not implement reference counting. Resizes theVectorto 0.Note
M. Hines: Note that one can turn off a VecStim without destroying it by using VecStim.play() with no args. Turn it back on by supplying a Vector arg. Or one could resize the Vector to 0. Hines and Carnevale [7]
Documentation unclear, incomplete, broken or wrong? Let us know