From d3049d79e69d94dc066c7b8f0146c68686f187c4 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 9 Feb 2018 14:25:36 +0100 Subject: [PATCH] Script execution --- script/optics/PhotonFluxSpectrum.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/script/optics/PhotonFluxSpectrum.py b/script/optics/PhotonFluxSpectrum.py index e422e4f0..93c8627a 100644 --- a/script/optics/PhotonFluxSpectrum.py +++ b/script/optics/PhotonFluxSpectrum.py @@ -38,8 +38,8 @@ KEI_RMU = "X03DA-KEITHLEY-2:" if BEAM == "G600 1x1": # G600 1x1 reference sscan_2268 (elog:119) - SampleCurrentGain.write("L, 10^7") - RefCurrentGain.write("L, 10^9") + #SampleCurrentGain.write("L, 10^7") + #RefCurrentGain.write("L, 10^9") caput(KEI_DIODE + "RANGE", 6) # 200 nA caput(KEI_RMU + "RANGE", 8) # 2 nA FrontendHSize.write(1.5) @@ -47,8 +47,8 @@ if BEAM == "G600 1x1": ExitSlit.write(100.0) elif BEAM == "G600 6x10": # G600 6x10 reference sscan_2268 (elog:119) - SampleCurrentGain.write("L, 10^5") - RefCurrentGain.write("L, 10^7") + #SampleCurrentGain.write("L, 10^5") + #RefCurrentGain.write("L, 10^7") caput(KEI_DIODE + "RANGE", 4) # 20 uA caput(KEI_RMU + "RANGE", 6) # 200 nA FrontendHSize.write(6.5) @@ -56,8 +56,8 @@ elif BEAM == "G600 6x10": ExitSlit.write(100.0) elif BEAM == "G1200 1x1": # G1200 1x1 reference sscan_2264 (elog:114) - SampleCurrentGain.write("L, 10^7") - RefCurrentGain.write("L, 10^9") + #SampleCurrentGain.write("L, 10^7") + #RefCurrentGain.write("L, 10^9") caput(KEI_DIODE + "RANGE", 6) # 200 nA caput(KEI_RMU + "RANGE", 8) # 2 nA FrontendHSize.write(1.5) @@ -65,8 +65,8 @@ elif BEAM == "G1200 1x1": ExitSlit.write(100.0) elif BEAM == "G1200 6x10": # G1200 6x10 reference sscan_2266 (elog:116) - SampleCurrentGain.write("L, 10^6") - RefCurrentGain.write("L, 10^8") + #SampleCurrentGain.write("L, 10^6") + #RefCurrentGain.write("L, 10^8") caput(KEI_DIODE + "RANGE", 5) # 2 uA caput(KEI_RMU + "RANGE", 7) # 20 nA FrontendHSize.write(6.5)