willrogers / PyScanClient

Python Client for CS-Studio Scan Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyScanClient

A collaboratively developed Python/Jython Scan Server Client.

Documentation

For snapshot, see http://ics-web.sns.ornl.gov/css/PyScanClient

Based on sphinx, http://sphinx-doc.org/

To install on Linux (RedHat):

sudo yum install python-sphinx

To build:

cd doc
make clean html

Then view doc/_build/html/index.html in web browser.

This repository is at https://github.com/PythonScanClient/PyScanClient

When reaching initial production state, it may be transferred to https://github.com/ControlSystemStudio/PyScanClient

Install

Global installation:

sudo python setup.py install

Local installation:

python setup.py install --prefix=$HOME

and then add the resulting $HOME/lib/python*/site-packages directory to your PYTHONPATH.

Uninstall

# cd to where it was installed
rm -rf PyScanClient*.egg-info scan 

About

Python Client for CS-Studio Scan Service

License:Eclipse Public License 1.0


Languages

Language:Python 98.6%Language:Gnuplot 1.2%Language:Shell 0.2%