Metadata-Version: 2.1
Name: LabSmith-uProcess
Version: 1.5.3.dev0
Summary: Python support for controlling LabSmith uDevices
Home-page: http://www.labsmith.com
Author: LabSmith
Author-email: ecummings@labsmith.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: English
Description-Content-Type: text/markdown

# uProcess
1/23/2019 uProcess Python support V 1.5.2 dev
The python extension uProcess.pyd contains Python (Windows, 3.6, 32-bit) support for controlling LabSmith uDevices.

It contains the following objects:
	CEIB: electrical interface
	C4AM: 4AM 4-channel analog module
	C4PM: 4PM 4-channel power module\
	C4VM: 4VM 4-channel valve driver module
	CSyringe: SPS01 syringe pump module
	CSensor: sensor module
	CLoad: load module
	SRegulate: regulation settings and status
	C4PMChDat: 4PM channel settings and status
	PMCh: enum of 4PM channel indices
	PMMode: enum of 4PM regulation modes
	DigCh: enum of digital channel indices

use help(<object>) for a list of supported methods and variables.
uProcess.help() displays this list of objects


