Script execution
This commit is contained in:
@@ -21,7 +21,7 @@ print "Stop = ", stop
|
||||
print "Step = ", step
|
||||
|
||||
# controlled variabales
|
||||
cv_rf_phase = PV2(SECTION + "-RLLE-DSP:PHASE-REFERENCE")
|
||||
cv_rf_phase = PV(SECTION + "-RLLE-DSP:PHASE-REFERENCE")
|
||||
cv_rf_phase.initialize()
|
||||
val = cv_rf_phase.read()
|
||||
print "val= " , val
|
||||
|
||||
Reference in New Issue
Block a user