PINS Medical

  • Manufacturer: PINS

  • Products: PINS Medical L301, PINS Medical L302, PINS Medical L303

  • Models: L301, L302, L303

This electrode model for L301 and L302 is created based on the information provided on the following website:

Source: Website

PINS Medical L301

Illustration of PINS Medical L301 electrode

Default Parameters (mm)

  • tip_length = 1.5

  • contact_length = 1.5

  • contact_spacing = 1.5

  • lead_diameter = 1.3

  • total_length = 400.0

PINS Medical L302

Illustration of PINS Medical L302 electrode

Default Parameters (mm)

  • tip_length = 1.5

  • contact_length = 1.5

  • contact_spacing = 1.5

  • lead_diameter = 1.3

  • total_length = 400.0

PINS Medical L303

Illustration of PINS Medical L303 electrode

Default Parameters (mm)

  • tip_length = 1.5

  • contact_length = 3.0

  • contact_spacing = 3.0

  • lead_diameter = 1.3

  • total_length = 400.0

Code

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

Bases: ElectrodeModel

PINS Medical electrode.

parameters

Parameters for PINS Medical geometry.

Type:

PINSMedicalParameters

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