Python API
 All Classes Namespaces Functions Variables
plux.StimDev Class Reference

PLUX electro-stimulator devices class. More...

Inheritance diagram for plux.StimDev:
plux.BaseDev

Additional Inherited Members

- Public Member Functions inherited from plux.BaseDev
def __init__
 Connects to a PLUX device. More...
 
def getProperties
 Returns the device properties. More...
 
def getBattery
 Returns a float number with the remaining battery charge as a percentage of full capacity. More...
 
def setTimeout
 Sets the receiving timeout value for loop(). More...
 
def loop
 Runs the device message loop. More...
 
def interrupt
 Sends an interrupt signal to loop(). More...
 
def onEvent
 Event callback. More...
 
def onTimeout
 Timeout callback. More...
 
def onInterrupt
 Interrupt signal callback. More...
 
def close
 Disconnects from the device. More...
 
- Static Public Member Functions inherited from plux.BaseDev
def findDevices
 Finds PLUX devices within the given domain. More...
 

Detailed Description

PLUX electro-stimulator devices class.

This class is not covered in this documentation.