Files
sf-op/script/test/didier_test.py
2025-01-14 16:18:27 +01:00

8 lines
278 B
Python

run("RFscan/phase_scan_data.py")
for station in station_list:
req = caget(station + "-RSYS:PHASE-SCAN-REQUIRED")
if req == "True":
bpm_ch = station_list[station]["bpm_ch"]
bpm_field = bpm_list[bpm_ch]["bpm_field"]
print(station + "-RSYS:PHASE-SCAN-REQUIRED", 0)