Skip to content

PIPython is a collection of Python modules to access a PI device and process GCS data.

License

Notifications You must be signed in to change notification settings

royerlab/pipython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PI Python Libraries

PIPython is a collection of Python modules to access a PI device and process GCS data. It can be used with Python 2.7+ and 3.4+ on Windows, Linux and OS X and without the GCS DLL also on any other platform.

Version: 1.3.5.37

Quickstart

Communicate to a PI device via GCSDevice which wraps the GCS commands and provides methods to connect to the device. Call GCSDevice with the controller name as argument:

from pipython import GCSDevice
gcs = GCSDevice('C-884')
gcs.InterfaceSetupDlg()
print gcs.qIDN()
gcs.CloseConnection()

Installation

By using PIPython you agree to the license agreement, see the provided file:

license.md

Unzip the file PIPython.zip, open a command entry (console) and run:

python setup.py install

For further reading see the provided documentation and samples in the docs and samples subdirectories in the provided ZIP file.

We appreciate your feedback at:

support-software@pi.ws

About

PIPython is a collection of Python modules to access a PI device and process GCS data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages