Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 803 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 803 Bytes

(Super preliminary and naive) LCLS mockup Epics system

Env Setup

Make sure you have conda set up, open up a terminal and create a new conda env from environment.yml by running:

conda env create -f environment.yml

Usage

Start the Epics server

First activate the lcls-mockup conda env in a terminal:

conda activate lcls-mockup

Then start the Epics server:

python start_epics_server.py

Play with the Epics server

Open up the epics_pv_test.ipynb notebook after activating the lcls-mockup env, then go through the cells and change them as you like. Good luck!

Dev

Change the mockup system logics

Have a look at write method in myDriver class. Also here is the docs.