Files
pyDevSup/test.cmd
2013-12-08 16:17:08 -05:00

18 lines
358 B
Batchfile

#!./bin/linux-x86/softIocPy
epicsEnvSet("PYTHONPATH", "${PWD}/python/linux-x86:${PWD}/testApp")
dbLoadDatabase("dbd/softIocPy.dbd")
softIocPy_registerRecordDeviceDriver(pdbbase)
#py "import devsup.hooks"
#py "devsup.hooks.debugHooks()"
py "import test2"
py "test2.addDrv('AAAA')"
py "test2.addDrv('BBBB')"
dbLoadRecords("db/test.db","P=md:")
iocInit()