IClamps

class dendrotweaks.stimuli.iclamps.IClamp(sec, loc, amp=0, delay=100, dur=100)[source]

Bases: object

A current clamp stimulus.

Parameters:
  • sec (Section) – The section to place the stimulus on.

  • loc (float) – The location along the section to place the stimulus. Can be a float between 0 and 1.

  • amp (float) – The amplitude of the stimulus, in nA.

  • delay (int) – The delay of the stimulus, in ms.

  • dur (int) – The duration of the stimulus, in ms.

sec

The section to place the stimulus on.

Type:

Section

loc

The location along the section to place the stimulus.

Type:

float

property amp

The amplitude of the stimulus, in nA.

property delay

The delay of the stimulus, in ms.

property dur

The duration of the stimulus, in ms.