Script execution

This commit is contained in:
kalt_r
2016-06-28 13:23:29 +02:00
parent f75a3aa0a4
commit d63e6b8064

View File

@@ -21,7 +21,7 @@ print "Stop = ", stop
print "Step = ", step
# controlled variabales
cv_rf_phase = PV(SECTION + "-RLLE-DSP:PHASE-REFERENCE")
cv_rf_phase = PV("my1", SECTION + "-RLLE-DSP:PHASE-REFERENCE")
cv_rf_phase.initialize()
val = cv_rf_phase.read()
print "val= " , val