Commit 69dc84d7 authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

arregle el codigo de simple ir scan sacando cosas inncesarias

parent da5f7200
......@@ -74,7 +74,7 @@ class MasterControl(EnvExperiment):
self.setattr_argument(f"t_readout",
NumberValue(300*ms, unit='ms', scale=ms, min=1*ms),
NumberValue(300*ms, unit='ms', scale=ms, min=0.001*ms),
"Trapping")
self.setattr_argument("Change_laser_params", BooleanValue(1==0), "Trapping")
......@@ -196,12 +196,12 @@ class MasterControl(EnvExperiment):
self.core.break_realtime()
#self.laserUV.on()
if self.Blink:
self.laserIR2.off()
self.laserIR1.off()
delay(10*us)
counts_off = self.readout()
self.mutate_dataset("pmt_counts_off", 0, counts_off)
at_mu(self.core.get_rtio_counter_mu() + 10000)
self.laserIR2.on()
self.laserIR1.on()
delay(10*us)
counts_on = self.readout()
self.mutate_dataset("pmt_counts_on", 0, counts_on)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment