Boston Scientific Cartesia

  • Manufacturer: Boston Scientific

  • Product: Boston Scientific Cartesia

  • Serial name: CartesiaX, CartesiaHX

Source documentation: Source PDF Source Webpage

The source documentation also contains information about Boston Scientific Directed Lead (DB-2202).

Boston Scientific CartesiaX

Default Parameters (mm)

  • tip_length = 1.1

  • contact_length = 1.5

  • contact_spacing = 0.5

  • lead_diameter = 1.3

  • total_length = 450.0

  • contacts_skipped = 5.0

Code

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

Bases: ElectrodeModel

Boston Scientific Cartesia X directional lead electrode.

parameters

Parameters for the Boston Scientific Vercise geometry.

Type:

BostonScientificCartesiaParameters

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

Boston Scientific CartesiaHX

Default Parameters (mm)

  • tip_length = 1.1

  • contact_length = 1.5

  • contact_spacing = 0.5

  • lead_diameter = 1.3

  • total_length = 450.0

  • contacts_skipped = 7.0

Code

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

Bases: BostonScientificCartesiaXModel

Boston Scientific Cartesia HX directional lead electrode.

parameters

Parameters for the Boston Scientific Vercise geometry.

Type:

BostonScientificCartesiaParameters

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