br_stimpy._bstimulator.StimulusConfiguration
- class StimulusConfiguration(self: br_stimpy._bstimulator.StimulusConfiguration)
Bases:
pybind11_object
The stimulator is capable of custom configuring a biphasic stimulus. The amplitudes and widths and frequency are all a part of the components that can be configured. The main restriction is that the two phases are balanced, i.e. width * amp of phase 1 is equal to width * amp of phase 2.
Components of the Stimulus Configurations.
Methods
Attributes
Amplitude first phase (uA)
Amplitude second phase (uA)
0x01 = anodic first, 0x00 = cathodic first
Frequency of stimulation pulses (Hz)
Time between phases (us)
Number of biphasic pulses (from 1 to 255)
Width first phase (us)
Width second phase (us)
- property amp1
Amplitude first phase (uA)
- property amp2
Amplitude second phase (uA)
- property anodicFirst
0x01 = anodic first, 0x00 = cathodic first
- property frequency
Frequency of stimulation pulses (Hz)
- property interphase
Time between phases (us)
- property pulses
Number of biphasic pulses (from 1 to 255)
- property width1
Width first phase (us)
- property width2
Width second phase (us)