source: epd_deployment/test_pyepics.py @ 610

Last change on this file since 610 was 610, checked in by jemian, 12 years ago

slightly more tests

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 294 bytes
Line 
1
2########### SVN repository information ###################
3# $Date: 2011-08-12 19:13:43 +0000 (Fri, 12 Aug 2011) $
4# $Author: jemian $
5# $Revision: 610 $
6# $URL: epd_deployment/test_pyepics.py $
7# $Id: test_pyepics.py 610 2011-08-12 19:13:43Z jemian $
8########### SVN repository information ###################
9
10import sys
11import epics
12
13print sys.prefix
14print epics.__file__
15print epics.ca.find_libca()
16print epics.caget("S:SRcurrentAI")
Note: See TracBrowser for help on using the repository browser.