Ejemplo n.º 1
0
 def resubmit(self):
     """Submit the job to the JobManager."""
     self.keep_data = True
     ManagedJob.submit(self)
Ejemplo n.º 2
0
 def submit(self):
     """Submit the job to the JobManager."""
     self.keep_data = False
     ManagedJob.submit(self)
Ejemplo n.º 3
0
 def submit(self):
     """Submit the job to the JobManager."""
     self.keep_data = False
     self.run_time = 0.0
     ManagedJob.submit(self)
Ejemplo n.º 4
0
 def submit(self):
     """Submit the job to the JobManager."""
     self.keep_data = False
     ManagedJob.submit(self)
     print threading.currentThread().getName()
Ejemplo n.º 5
0
 def submit(self):
      """Submit the job to the JobManager."""
      ManagedJob.submit(self)    
Ejemplo n.º 6
0
 def submitp(self):
     """Start pulsed ODMR"""
     self.keep_data = False
     ManagedJob.submit(self)