13 lines
455 B
Python
13 lines
455 B
Python
####################################################################################
|
|
# Deployment specific global definitions - executed after startup.py
|
|
###################################################################################################
|
|
|
|
c = Channel("X07MB-OP2-SAI_03:CUR-MEAN", 'd')
|
|
|
|
dd="X07MB-OP2-SAI_03:CUR-MEAN"
|
|
|
|
f=caget("X07MB-OP2-SAI_03:CUR-MEAN")
|
|
tscan(c, 100, .1, before_read = None, after_read = None, title = None)
|
|
|
|
print d
|