Epics Applications using PyEpics

Table Of Contents

Previous topic

StepScan: Epics Scans with Python

Next topic

Step Scan Concepts

This Page

StepScan Installation

Dependencies, Installation

This application needs pyepics, numpy, and wxPython. In order to save data to HDF5, the HDF5 library, and h5py module (available at http://code.google.com/p/h5py/) will be required.

To install, use:

python setup.py install

from the StepScan folder. A windows installer will be made available soon

Running the StepScan GUI

To run the Epics StepScan GUI, use:

python pyepics_stepscan.py

or click on the icon.

Using StepScan from Python

To use StepScan from Python scripts,