If you're interested in becoming a contributor or requesting changes then click here to join the discord

Difference between revisions of "PLUX Python API"

From Brain Computer Interface Wiki
Jump to navigation Jump to search
(Created page with "Category:Developer Tools The PLUX Python API brings to Python applications all the functionality of PLUX devices. The BaseDev class (or any of its derived classes) encapsu...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Category:GitHub_Repos]]
 
[[Category:Developer Tools]]
 
[[Category:Developer Tools]]
 
The PLUX Python API brings to Python applications all the functionality of PLUX devices. The BaseDev class (or any of its derived classes) encapsulates a connection to a PLUX device. Each BaseDev-derived class provides methods to access the specific functionality of certain PLUX devices.
 
The PLUX Python API brings to Python applications all the functionality of PLUX devices. The BaseDev class (or any of its derived classes) encapsulates a connection to a PLUX device. Each BaseDev-derived class provides methods to access the specific functionality of certain PLUX devices.
 
==Links==
 
==Links==
 
[http://biosignalsplux.com/downloads/apis/python-api-docs/index.html Docs]
 
[http://biosignalsplux.com/downloads/apis/python-api-docs/index.html Docs]
 +
[https://github.com/biosignalsplux/python-samples GitHub]

Latest revision as of 19:55, 12 April 2022

The PLUX Python API brings to Python applications all the functionality of PLUX devices. The BaseDev class (or any of its derived classes) encapsulates a connection to a PLUX device. Each BaseDev-derived class provides methods to access the specific functionality of certain PLUX devices.

Links

Docs GitHub