added lots of .py
This commit is contained in:
13
dioderata/mod_mod.py
Executable file
13
dioderata/mod_mod.py
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import epics
|
||||
import time
|
||||
|
||||
# config
|
||||
modPV = epics.PV('SIN-TIMAST-TMA:Evt-23-Off-SP')
|
||||
|
||||
while True:
|
||||
time.sleep(5)
|
||||
modPV.put(0)
|
||||
time.sleep(5)
|
||||
modPV.put(1)
|
Reference in New Issue
Block a user