CUFF_electrode.__init__

CUFF_electrode.__init__(label='', contact_length=100, is_volume=False, contact_thickness=None, insulator=True, insulator_length=None, insulator_thickness=None, x_center=0, insulator_offset=0, ID=0)[source]

Instantiation of a LIFE electrode

Parameters:
  • label (str) – name of the electrode in the COMSOL file

  • x_center (float) – x-position of the CUFF center in um, by default 0

  • contact_length (float) – length along x of the contact site in um, by default 100

  • is_volume (bool) – if True the contact is kept on the mesh as a volume, by default True

  • contact_thickness (float) – thickness of the contact site in um, by default 5

  • insulator (bool) – remove insulator ring from the mesh (no conductivity), by default True

  • insulator_thickness (float) – thickness of the insulator ring in um, by default 20

  • insulator_length (float) – length along x of the insulator ring in um, by default 1000