File: m.py

package info (click to toggle)
python-pyepics 3.4.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,080 kB
  • sloc: python: 11,184; makefile: 106; javascript: 104; sh: 1
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download
1
2
3
4
5
import epics

print(epics.ca.find_libca())

print(epics.caget('13IDE:m1.VAL'))