11 lines
140 B
Python
Executable File
11 lines
140 B
Python
Executable File
#%run -i ./script.py
|
|
|
|
import time
|
|
from epics import caput
|
|
|
|
|
|
#caput("SATES30-LS336:HTR1_RNG", "High")
|
|
|
|
caput("SATES30-LS336:LOOP1_SP", 10)
|
|
|