br_stimpy.stimpy.WFType
- class WFType(self: br_stimpy._bstimulator.WFType, value: int)
Bases:
pybind11_object
The Stimulator is capable of outputting a biphasic current pulse. the BWFType enumerator allows the user to determine what the polarity is of the first phase of the biphasic pulse.
Members:
wf_anodic_first : The first phase is anodic.
wf_cathodic_first : The first phase is cathodic.
wf_invalid : Invalid Selection, always the last one.
Methods
Attributes
value
wf_anodic_first
wf_cathodic_first
wf_invalid
- property name