single_cell_parser ❭ cell_modify_functions ❭ BAC_injection ❭ BAC_injection BAC_injection¶ single_cell_parser.cell_modify_functions.BAC_injection.BAC_injection(cell, dist=None)¶ Injects the BAC stimulus [2] at a specified distance. Parameters:¶ cell (Cell) – The cell object. dist (float) – The distance from the soma (um). Returns:¶ The cell with the current injection set up. Return type:¶ Cell See also biophysics_fitting.setup_stim.setup_BAC()