示例#1
0
 def resubmit(self):
     """Submit the job to the JobManager."""
     self.keep_data = True
     ManagedJob.submit(self)
示例#2
0
 def submit(self):
     """Submit the job to the JobManager."""
     self.keep_data = False
     ManagedJob.submit(self)
示例#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()
示例#5
0
 def submit(self):
      """Submit the job to the JobManager."""
      ManagedJob.submit(self)    
示例#6
0
 def submitp(self):
     """Start pulsed ODMR"""
     self.keep_data = False
     ManagedJob.submit(self)