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