Neuro Pace
Manufacturer: NeuroPace, Inc.
Products: NeuroPace DL-344
Models: 3.5, 10
Source documentation for model 3.5: Source DL-344-3.5 Source documentation for model 10: Source DL-344-10
Neuro Pace DL-344-3.5
Default Parameters (mm)
tip_length = 1.1
contact_length = 2.0
contact_spacing = 1.5
lead_diameter = 1.27
total_length = 400.0
Neuro Pace DL-344-10
Default Parameters (mm)
tip_length = 1.1
contact_length = 2.0
contact_spacing = 8.0
lead_diameter = 1.27
total_length = 400.0
Code
- class ossdbs.electrodes.neuro_pace.NeuroPaceModel(parameters: dataclass, rotation: float = 0, direction: tuple = (0, 0, 1), position: tuple = (0, 0, 0))[source]
Bases:
ElectrodeModelNeuro Pace DL-344 electrode .
- parameters
Parameters for the Boston Scientific Vercise geometry.
- Type:
BostonScientificVerciseParameters
- 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