Abbott St. Jude Directed

  • Manufacturer: Abbott

  • Products: Abbott / St. Jude 6172, Abbott / St. Jude 6173

  • Models: 6172, 6173

Source documentation: Source. The source documentation also contains information about Abbott St. Jude Active Tip.

St. Jude Medical Infinity ™ Directional Lead 6172

Illustration of Abbott St. Jude Infinity Directional Lead 6172

Default Parameters (mm)

  • tip_length = 1.0

  • contact_length = 1.5

  • contact_spacing = 0.5

  • lead_diameter = 1.29

  • total_length = 400.0

St. Jude Medical Infinity ™ Directional Lead 6173

Illustration of Abbott St. Jude Infinity Directional Lead 6173

Default Parameters (mm)

  • tip_length = 1.0

  • contact_length = 1.5

  • contact_spacing = 1.5

  • lead_diameter = 1.29

  • total_length = 400.0

Code

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

Bases: ElectrodeModel

Abbott/St Jude Directed electrode.

parameters

Parameters for Abbott Stjude Geometry.

Type:

AbbottStJudeParameters

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