Medtronic DBS

  • Manufacturer: Medtronic

  • Products: Medtronic DBS 3387, Medtronic DBS 3389, Medtronic DBS 3391

  • Models: 3387, 3389, 3391

Source documentation for models 3387 and 3389: Source 3387/3389 Source documentation for model 3391: Source 3391

Medtronic DBS 3387

Illustration of Medtronic DBS 3387 electrode

Default Parameters (mm)

  • tip_length = 1.5

  • contact_length = 1.5

  • contact_spacing = 1.5

  • lead_diameter = 1.27

  • total_length = 400.0

Medtronic DBS 3389

Illustration of Medtronic DBS 3389 electrode

Default Parameters (mm)

  • tip_length = 1.5

  • contact_length = 1.5

  • contact_spacing = 0.5

  • lead_diameter = 1.27

  • total_length = 400.0

Medtronic DBS 3391

Illustration of Medtronic DBS 3391 electrode

Default Parameters (mm)

  • tip_length = 1.5

  • contact_length = 3.0

  • contact_spacing = 4.0

  • lead_diameter = 1.27

  • total_length = 400.0

Code

class ossdbs.electrodes.medtronic.MedtronicModel(parameters: dataclass, rotation: float = 0, direction: tuple = (0, 0, 1), position: tuple = (0, 0, 0))[source]

Bases: ElectrodeModel

Medtronic DBS electrode.

parameters

Parameters for the Medtronic geometry.

Type:

MedtronicParameters

rotation

Rotation angle in degree of electrode.

Type:

float

direction

Direction vector (x,y,z) of electrode.

Type:

tuple

position

Position vector (x,y,z) of electrode tip.

Type:

tuple