dbs_annotator.models.stimulation.StimulationParameters
- class dbs_annotator.models.stimulation.StimulationParameters(left_frequency=None, left_cathode=None, left_anode=None, left_amplitude=None, left_pulse_width=None, right_frequency=None, right_cathode=None, right_anode=None, right_amplitude=None, right_pulse_width=None)[source]
Bases:
objectRepresents DBS stimulation parameters for both left and right sides.
Methods
copy()Create a copy of the stimulation parameters.
from_dict(data)Create StimulationParameters from a dictionary.
to_dict()Convert stimulation parameters to a dictionary.
Attributes