Script execution

This commit is contained in:
kalt_r
2016-06-30 17:05:27 +02:00
parent 9650e214f5
commit f24a0d6309

View File

@@ -45,8 +45,8 @@ import ch.psi.pshell.epics.ControlledVariable as PV_cv
# controlled variabales
#cv_rf_phase = PV("phase_ref", SECTION + "-RLLE-DSP:PHASE-REFERENCE")
#cv_rf_amplt = PV("amplt_ref", SECTION + "-RLLE-DSP:AMPLT-REFERENCE")
cv_rf_phase = PV_cv("phase_ref", SECTION + "-RLLE-DSP:PHASE-REFERENCE", SECTION + "-RSYS:GET-PHASE-REACHED")
cv_rf_amplt = PV_cv("amplt_ref", SECTION + "-RLLE-DSP:AMPLT-REFERENCE", SECTION + "-RSYS:GET-AMPLT-REACHED")
cv_rf_phase = PV_cv("phase_ref", SECTION + "-RSYS:SET-VSUM-PHASE", SECTION + "-RSYS:GET-PHASE-REACHED")
cv_rf_amplt = PV_cv("amplt_ref", SECTION + "-RSYS:SET-ACC-VOLT" , SECTION + "-RSYS:GET-AMPLT-REACHED")
# measured variables
mv_ref_jit_amplt = PV("REF_amplt_jit" ,SECTION + "-RLLE-REF10:SIG-AMPLT-JIT-P2P-REL")