示例#1
0
def MistGetLocation():
    umistFolder = "extracted" + uMistModelType
    bashModelParameters(uMistModelType, uMistBranch)
    Bm.umosBashFile(getdate(), uMistModelType, uMistBranch)
    StartBash(uMistModelType, uMistBranch)
    time.sleep(1)
    Bm.removeAllfile(r'' + filelocation + "/config" + uMistModelType)
    Bm.getEticket(uMistModelType)
    Bm.locationExtraction(getComboboxLocation(), getdate(), uMistModelType)
    Bm.launchTCL(uMistModelType)
    Bm.removeEmptyFile(r'' + filelocation + "/" + umistFolder)
    Bm.sortAndGenerate(filelocation + "/" + umistFolder + "/", getdate(),
                       uMistModelType)
示例#2
0
def FwGetLocation():
    fwFolder = "extracted" + fWorkModelType
    bashModelParameters(fWorkModelType, fWorkBranch)
    Bm.bashFile(getdate(), fWorkModelType, fWorkBranch)
    StartBash(fWorkModelType, fWorkBranch)
    time.sleep(1)
    Bm.removeAllfile(r'' + filelocation + "/config" + fWorkModelType)
    Bm.getEticket(fWorkModelType)
    Bm.locationExtraction(getComboboxLocation(), getdate(), fWorkModelType)
    Bm.launchTCL(fWorkModelType)
    Bm.removeEmptyFile(r'' + filelocation + "/" + fwFolder)
    Bm.sortAndGenerate(filelocation + "/" + fwFolder + "/", getdate(),
                       fWorkModelType)
示例#3
0
def getLocationGemmach():
    gemFolder = "extracted" + gemmachModelType
    bashModelParameters(gemmachModelType, gemmachBranch)
    Bm.bashFile(getdate(), gemmachModelType, gemmachBranch)
    StartBash(gemmachModelType, gemmachBranch)
    time.sleep(1)
    Bm.removeAllfile(r'' + filelocation + "/config" + gemmachModelType)
    Bm.getEticket(gemmachModelType)
    Bm.locationExtraction(getComboboxLocation(), getdate(), gemmachModelType)
    Bm.launchTCL(gemmachModelType)
    Bm.removeEmptyFile(r'' + filelocation + "/" + gemFolder)
    Bm.sortAndGenerate(filelocation + "/" + gemFolder + "/", getdate(),
                       gemmachModelType)