Getting output data from Qube


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import qb
  2. jobID = 591
  3.  
  4. outputPath = qb.jobinfo(['agenda'], {'id': jobID})[0]['agenda'][0].resultpackage().get('outputPaths')
  5.  
  6. frames = qb.jobinfo (id=jobID)[0]['package']['frames']
  7.  
  8. first = frames.split('-')[0]
  9. last = frames.split('-')[1]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.