CUFF_MP_electrode.__init__
- CUFF_MP_electrode.__init__(label='CUFF_MP', N_contact=4, contact_width=None, 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
N_contact (int) – Number of contact site of the electrode, by default 4 length of the CUFF electrod in um, by default 100
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
inactive (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