fascicle.insert_I_Clamp
- fascicle.insert_I_Clamp(position: float, t_start: float, duration: float, amplitude: float, expr: str | None = None, mask_labels: None | Iterable[str] | str = [], ax_list=None)[source]
Insert a IC clamp stimulation
- Parameters:
position (float) – relative position over the fascicle. Note that all thin myelinated and myelinated will be stimulated in the nearest node of Ranvier around the clamp specified position
t_start (float) – starting time, in ms
duration (float) – duration of the pulse, in ms
amplitude (float) – amplitude of the pulse (nA)
expr (str | None, optional) – To select a subpopulation of axon for the clamp, If not None mask is generated using
pandas.DataFrame.eval()of this expression, by default Nonemask_labels (None | Iterable[str] | str, optional) – To select a subpopulation of axon for the clamp, Label or list of labels already added to the axon populations population, by default []
ax_list (None | list) – To select a subpopulation of axon for the clamp, list of axons to insert the clamp on, if None, all axons are stimulated, by default None