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
First activate the lcls-mockup
conda env in a terminal:
conda activate lcls-mockup
Then start the Epics server:
python start_epics_server.py
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!
Have a look at write
method in myDriver
class. Also here is the docs.