Home | History | Annotate | Download | only in JetCreator

Lines Matching full:jet

99 def Queue (jet, queueSeg):

101 jet.QueueSegment(queueSeg.userID, queueSeg.seg_num, queueSeg.dls_num, queueSeg.repeat, queueSeg.transpose, queueSeg.mute_flags)
284 """ Builds a list of recent jet files """
300 """ Appends to a list of recent jet files """
473 """ Gets the jet help text file """
481 #zip the original .JET file
523 #create a flag file so we know this is a jet archive
549 dlg = dImp.JetErrors("Jet Definition File Errors")
734 def SafeJetShutdown(lock, jet):
735 """ Makes sure we do the jet shutdown properly """
738 #try: jet.Clear_Queue()
741 try: jet.eas.StopWave()
744 try: jet.Shutdown()
747 jet = None
751 """ Creates temporary jet file for playback testing """