https://github.com/pklaus/caproto_ioc_examples
https://github.com/pklaus/caproto_ioc_examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pklaus/caproto_ioc_examples
- Owner: pklaus
- Created: 2018-10-17T06:34:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T14:54:15.000Z (over 6 years ago)
- Last Synced: 2024-12-28T15:49:15.020Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[caproto.ioc\_examples]: https://github.com/NSLS-II/caproto/tree/master/caproto/ioc_examples
# caproto\_ioc\_examples
The examples are taken from
.
Note, that they are also to be found in the [caproto.ioc\_examples][] subpackage.
What makes this repo here special is that I'm trying to come up with some useful client examples too.As of 2018-10-17, version 0.1.2 of caproto is not enough, needs the development version:
pip install --upgrade https://github.com/NSLS-II/caproto/archive/master.zip
## Startup
Run the examples ending in `_ioc.py` with the `--list-pvs` argument. For example:
./simple_ioc.py --list-pvs
And then try out the matching `_client.py` client side:
./simple_synchronous_client.py