br_stimpy.enums.ModuleStatus
- class ModuleStatus(self: br_stimpy._bstimulator.ModuleStatus, value: int)
Bases:
pybind11_objectThe stimulator is capable of housing up to 16 current modules. Each current module can have several states based on how the user has configured the stimulator. The current modules are also capable of returning problem statuses based on the hardware.
Members:
module_unavailable : No current module in the specified position.
module_enabled : Current module in the specified position is enabled.
module_disabled : Current Module in the specified position is disabled.
module_ok : Voltage levels on the current module are normal.
module_voltagelimitation : Voltage levels on the current module are below normal, Module is bad.
module_count : Number of Statuses, Always the Last one.
Methods
Attributes
module_countmodule_disabledmodule_enabledmodule_okmodule_unavailablemodule_voltagelimitationvalue- property name