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

amp1

Amplitude first phase (uA)

amp2

Amplitude second phase (uA)

anodicFirst

0x01 = anodic first, 0x00 = cathodic first

frequency

Frequency of stimulation pulses (Hz)

interphase

Time between phases (us)

pulses

Number of biphasic pulses (from 1 to 255)

width1

Width first phase (us)

width2

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)