https://github.com/diamondlightsource/ebeclient
Python client for control of EBE-4
https://github.com/diamondlightsource/ebeclient
from-dls-controls
Last synced: 3 months ago
JSON representation
Python client for control of EBE-4
- Host: GitHub
- URL: https://github.com/diamondlightsource/ebeclient
- Owner: DiamondLightSource
- Created: 2018-02-15T15:22:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T18:01:38.000Z (10 months ago)
- Last Synced: 2024-07-16T13:44:55.299Z (10 months ago)
- Topics: from-dls-controls
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# Instructions
Clone: git clone [email protected]:DiamondLightSource/EBEClient.git
Run Simulator:
$ python ebe/simapp.py -i 127.0.0.1 -p 8080
Run Client App:
$ python ebe/app.py -h # View Help
$ python ebe/app.py -i 127.0.0.1 -p 8080 # Read Device Name
$ python ebe/app.py -i 127.0.0.1 -p 8080 --param 10 # Get param 10
$ python ebe/app.py -i 127.0.0.1 -p 8080 --param 10 --value 2 # Set param 10 to 2