br_stimpy.enums.OCVolt
- class OCVolt(self: br_stimpy._bstimulator.OCVolt, value: int)
Bases:
pybind11_object
The Stimulator is capable of setting different output compliance voltage levels based on the users needs and safety considerations.
Members:
ocvolt4_7 : Output Voltage Level 4.7V.
ocvolt5_3 : Output Voltage Level 5.3V.
ocvolt5_9 : Output Voltage Level 5.9V.
ocvolt6_5 : Output Voltage Level 6.5V.
ocvolt7_1 : Output Voltage Level 7.1V.
ocvolt7_7 : Output Voltage Level 7.7V.
ocvolt8_3 : Output Voltage Level 8.3V.
ocvolt8_9 : Output Voltage Level 8.9V.
ocvolt9_5 : Output Voltage Level 9.5V.
ocvolt_invalid : Invalid Compliance Voltage, Always the Last One.
Methods
Attributes
ocvolt4_7
ocvolt5_3
ocvolt5_9
ocvolt6_5
ocvolt7_1
ocvolt7_7
ocvolt8_3
ocvolt8_9
ocvolt9_5
ocvolt_invalid
value
- property name