diff --git a/script/RFscan/phase_scan_caqtdm_dv2.py b/script/RFscan/phase_scan_caqtdm_dv2.py index c4aca56..b855ffb 100644 --- a/script/RFscan/phase_scan_caqtdm_dv2.py +++ b/script/RFscan/phase_scan_caqtdm_dv2.py @@ -68,8 +68,8 @@ try: time.sleep(lat) Ampl = V.read() Power = P.read() - caput(prefix + ":GET-ONCREST-VSUM-AMPLT", V) - caput(prefix + ":GET-ONCREST-KLY-POWER", P) + caput(prefix + ":GET-ONCREST-VSUM-AMPLT", Ampl) + caput(prefix + ":GET-ONCREST-KLY-POWER", Power) finally: phase.close() V.close()