Trace collected at: 2011-05-27 19:01:02.796000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[22]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[23]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[24]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[25]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[26]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[28]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[29]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[30]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[31]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[37]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[63]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[64]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[64]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[65]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[69]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[70]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[70]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[71]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[71]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[76]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[77]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[78]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[126]:     log("9. Cleaning Up ", color=GRAY, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[127]:     cmd.EFW_DEP_PAIR(0)                 #Clear the Pair
../../GSEOS_scripts/General\spb_deploy_boom.py[128]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Enable HSK
../../GSEOS_scripts/General\spb_deploy_boom.py[129]:     cmd.EFW_DISARM(1)                   #Deployment disable
../../GSEOS_scripts/General\spb_deploy_boom.py[131]:     cmd.EFW_NORMAL()                    #Normal Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[133]:     log('SPB_DEPLOY_BOOM Completed', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[134]:     log('================END=====================', color=BLUE, attr=BOLD )

Trace collected at: 2011-05-27 19:05:52.718000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[22]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[23]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[24]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[25]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[26]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[28]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[29]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[30]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[31]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[37]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[63]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[64]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[64]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[65]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[69]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[70]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[70]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[71]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[71]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[76]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[77]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[78]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[91]:     log('6. Monitoring Deployment', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[93]:     wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[93]:     wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[93]:     wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[93]:     wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[93]:     wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[93]:     wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[94]:     if(APID_267.DEPSTAT!=xdepstat):
../../GSEOS_scripts/General\spb_deploy_boom.py[97]:     if(APID_267.DEPLIMIT!=leng):
../../GSEOS_scripts/General\spb_deploy_boom.py[100]:     if(APID_267.MTRSTAT!=xmotor):

Trace collected at: 2011-05-27 19:09:02.656000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[22]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[23]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[24]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[25]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[26]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[28]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[29]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[30]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[31]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[37]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[63]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[64]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[64]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[65]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[69]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[70]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[70]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[71]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[71]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[76]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[77]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[78]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[91]:     log('6. Monitoring longer deploys', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[92]:     if( leng >= 20 ):
../../GSEOS_scripts/General\spb_deploy_boom.py[106]:     log('7. Await Completion ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[107]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[107]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[109]:     log('8. Post Deploy Checks ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[110]:     if(APID_267.DLENA!=xdlena):
../../GSEOS_scripts/General\spb_deploy_boom.py[111]:         stopfail("8.1 DEPLOY LENGTH A Incorrect")

Trace collected at: 2011-05-27 19:10:22.921000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[39]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[46]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[47]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[50]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[51]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[52]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[53]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[55]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[79]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[83]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[84]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[85]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[86]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[87]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[88]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[101]:     log('6. Monitoring longer deploys', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[102]:     if( leng >= 20 ):
../../GSEOS_scripts/General\spb_deploy_boom.py[116]:     log('7. Await Completion ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[119]:     log('8. Post Deploy Checks ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[120]:     if(APID_267.DLENA!=xdlena):
../../GSEOS_scripts/General\spb_deploy_boom.py[121]:         stopfail("8.1 DEPLOY LENGTH A Incorrect")
../../GSEOS_scripts/General\spb_deploy_boom.py[22]:     log(reason,color=RED, attr=BOLD)
../../GSEOS_scripts/General\spb_deploy_boom.py[23]:     cmd.EFW_DEP_STOP()                  #Clean Up
../../GSEOS_scripts/General\spb_deploy_boom.py[24]:     sleep(2)
../../GSEOS_scripts/General\spb_deploy_boom.py[25]:     cmd.EFW_DEP_PAIR(0)                 #Clear the Pair before disable
../../GSEOS_scripts/General\spb_deploy_boom.py[26]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Enable HSK
../../GSEOS_scripts/General\spb_deploy_boom.py[27]:     cmd.EFW_DISARM(1)                   #Deployment disable
../../GSEOS_scripts/General\spb_deploy_boom.py[28]:     cmd.EFW_ARM(4)                      #Sweeps back on
../../GSEOS_scripts/General\spb_deploy_boom.py[29]:     cmd.EFW_NORMAL()                    #Normal Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[122]:         return -1

Trace collected at: 2011-05-27 19:12:03.781000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[39]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[46]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[47]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[50]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[51]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[52]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[53]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[55]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[79]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[83]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[84]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[85]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[86]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[87]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[88]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[101]:     log('6. Monitoring longer deploys', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[102]:     if( leng >= 10 ):
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[104]:         if(APID_267.DEPSTAT!=xdepstat):
../../GSEOS_scripts/General\spb_deploy_boom.py[108]:         if(APID_267.DEPLIMIT!=leng):
../../GSEOS_scripts/General\spb_deploy_boom.py[112]:         if(APID_267.MTRSTAT!=xmotor):

Trace collected at: 2011-05-27 19:15:10.359000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[39]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[46]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[47]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[50]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[51]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[52]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[53]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[55]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[79]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[83]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[84]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[85]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[86]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[87]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[88]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[101]:     log('6. Monitoring longer deploys', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[102]:     if( leng >= 10 ):
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[104]:         if(APID_267.DEPSTAT!=xdepstat):
../../GSEOS_scripts/General\spb_deploy_boom.py[108]:         if(APID_267.DEPLIMIT!=leng):
../../GSEOS_scripts/General\spb_deploy_boom.py[116]:     log('7. Await Completion ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[119]:     log('8. Post Deploy Checks ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[120]:     if(APID_267.DLENA!=xdlena):
../../GSEOS_scripts/General\spb_deploy_boom.py[123]:     if(APID_267.DLENB!=xdlenb):
../../GSEOS_scripts/General\spb_deploy_boom.py[126]:     if(APID_267.MTRSTAT!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[129]:     log("9. Cleaning Up ", color=GRAY, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[130]:     cmd.EFW_DEP_PAIR(0)                 #Clear the Pair
../../GSEOS_scripts/General\spb_deploy_boom.py[131]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Enable HSK
../../GSEOS_scripts/General\spb_deploy_boom.py[132]:     cmd.EFW_DISARM(1)                   #Deployment disable
../../GSEOS_scripts/General\spb_deploy_boom.py[134]:     cmd.EFW_NORMAL()                    #Normal Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[136]:     log('SPB_DEPLOY_BOOM Completed', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[137]:     log('================END=====================', color=BLUE, attr=BOLD )

Trace collected at: 2011-05-27 19:17:02.468000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[39]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[46]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[47]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[50]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[51]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[52]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[53]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[55]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[79]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[83]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[84]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[85]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[86]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[87]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[88]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[101]:     log('6. Monitoring longer deploys', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[102]:     if( leng >= 10 ):
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[104]:         if(APID_267.DEPSTAT!=xdepstat):
../../GSEOS_scripts/General\spb_deploy_boom.py[108]:         if(APID_267.DEPLIMIT!=leng):
../../GSEOS_scripts/General\spb_deploy_boom.py[116]:     log('7. Await Completion ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[119]:     log('8. Post Deploy Checks ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[120]:     if(APID_267.DLENA!=xdlena):
../../GSEOS_scripts/General\spb_deploy_boom.py[123]:     if(APID_267.DLENB!=xdlenb):
../../GSEOS_scripts/General\spb_deploy_boom.py[126]:     if(APID_267.MTRSTAT!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[129]:     log("9. Cleaning Up ", color=GRAY, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[130]:     cmd.EFW_DEP_PAIR(0)                 #Clear the Pair
../../GSEOS_scripts/General\spb_deploy_boom.py[131]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Enable HSK
../../GSEOS_scripts/General\spb_deploy_boom.py[132]:     cmd.EFW_DISARM(1)                   #Deployment disable
../../GSEOS_scripts/General\spb_deploy_boom.py[134]:     cmd.EFW_NORMAL()                    #Normal Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[136]:     log('SPB_DEPLOY_BOOM Completed', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[137]:     log('================END=====================', color=BLUE, attr=BOLD )

Trace collected at: 2011-05-27 21:01:41.937000
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[39]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[46]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[47]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[50]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[51]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[52]:         pair = 1
../../GSEOS_scripts/General\spb_deploy_boom.py[53]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[55]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[79]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[83]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[84]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[85]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[86]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[87]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[88]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[101]:     log('6. Monitoring longer deploys', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[102]:     if( leng >= 10 ):
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[104]:         if(APID_267.DEPSTAT!=xdepstat):
../../GSEOS_scripts/General\spb_deploy_boom.py[108]:         if(APID_267.DEPLIMIT!=leng):
../../GSEOS_scripts/General\spb_deploy_boom.py[116]:     log('7. Await Completion ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[119]:     log('8. Post Deploy Checks ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[120]:     if(APID_267.DLENA!=xdlena):
../../GSEOS_scripts/General\spb_deploy_boom.py[123]:     if(APID_267.DLENB!=xdlenb):
../../GSEOS_scripts/General\spb_deploy_boom.py[126]:     if(APID_267.MTRSTAT!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[129]:     log("9. Cleaning Up ", color=GRAY, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[130]:     cmd.EFW_DEP_PAIR(0)                 #Clear the Pair
../../GSEOS_scripts/General\spb_deploy_boom.py[131]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Enable HSK
../../GSEOS_scripts/General\spb_deploy_boom.py[132]:     cmd.EFW_DISARM(1)                   #Deployment disable
../../GSEOS_scripts/General\spb_deploy_boom.py[134]:     cmd.EFW_NORMAL()                    #Normal Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[136]:     log('SPB_DEPLOY_BOOM Completed', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[137]:     log('================END=====================', color=BLUE, attr=BOLD )

Trace collected at: 2011-05-27 21:02:59
----------------------------------------------------------------------
../../GSEOS_scripts/General\spb_deploy_boom.py[32]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[33]:     log('SPB_DEPLOY - Deploy Boom ' + str(boom) + ' ' + str(leng) + ' Clicks   ' , color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[34]:     log('========================================', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[35]:     PF=("FAIL","PASS")
../../GSEOS_scripts/General\spb_deploy_boom.py[36]:     cmd.EFW_TMPKTRATE( 4, 1 )                   #Set APID 267 to 1Hz
../../GSEOS_scripts/General\spb_deploy_boom.py[38]:     log('1. Switch to Eng Mode, ARM deploy', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[39]:     cmd.EFW_ENGIN()                     #Engineering Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[40]:     cmd.EFW_ARM(1)                      #Arm Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[41]:     cmd.EFW_DEP_STOP()                  #Stop Anything Going On
../../GSEOS_scripts/General\spb_deploy_boom.py[42]:     cmd.EFW_DISARM(4)                   #Sweeps OFF
../../GSEOS_scripts/General\spb_deploy_boom.py[43]:     cmd.EFW_CLEAR()                     #Clear Errors
../../GSEOS_scripts/General\spb_deploy_boom.py[44]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Normal HSK for SPB Deployment
../../GSEOS_scripts/General\spb_deploy_boom.py[45]:     cmd.EFW_DEP_OVER(0x33)              #Override bits 33
../../GSEOS_scripts/General\spb_deploy_boom.py[46]:     cmd.EFW_DUMPTABL(3,0)               #Show the converted analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[47]:     cmd.EFW_TMDUMPCTR(255)              #Repeatedly dump the analogs
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[48]:     wait(APID_267, lambda: APID_267.ERRCODE==0, flTimeout=10)
../../GSEOS_scripts/General\spb_deploy_boom.py[50]:     log('2. Selecting Boom Pair', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[51]:     if(boom=='X'):
../../GSEOS_scripts/General\spb_deploy_boom.py[56]:     elif(boom=='Y'):
../../GSEOS_scripts/General\spb_deploy_boom.py[57]:         pair = 3
../../GSEOS_scripts/General\spb_deploy_boom.py[58]:         cmd.EFW_DEP_PAIR( pair )            #Select a pair & verify it
../../GSEOS_scripts/General\spb_deploy_boom.py[59]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[54]:         wait(APID_267, lambda: APID_267.DEPPAIR==pair, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[60]:         sleep(5)                            #Wait for status to come up
../../GSEOS_scripts/General\spb_deploy_boom.py[73]:     log('3. Checking Door Status', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[74]:     wait(APID_267, lambda:True , flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[75]:     if(APID_267.BOOMBITS&0x22!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[79]:     log('4. Verifying start counts are 0', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[80]:     wait(APID_267, lambda: APID_267.DLENA==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[81]:     wait(APID_267, lambda: APID_267.DLENB==0, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[83]:     log('5. Deploying Boom', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[84]:     if(boom=='X' or boom=='Y' or boom=='Z'):
../../GSEOS_scripts/General\spb_deploy_boom.py[85]:         cmd.EFW_DEP_BOTH( leng )        #Start Plus Side Going
../../GSEOS_scripts/General\spb_deploy_boom.py[86]:         xdepstat = 0x33                 #Expected Deploy Status
../../GSEOS_scripts/General\spb_deploy_boom.py[87]:         xdlena = leng                   #Expected Lengths at end
../../GSEOS_scripts/General\spb_deploy_boom.py[88]:         xdlenb = leng
../../GSEOS_scripts/General\spb_deploy_boom.py[101]:     log('6. Monitoring longer deploys', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[102]:     if( leng >= 10 ):
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[103]:         wait(APID_267, lambda: APID_267.DEPSTAT!=00, flTimeout=12)
../../GSEOS_scripts/General\spb_deploy_boom.py[104]:         if(APID_267.DEPSTAT!=xdepstat):
../../GSEOS_scripts/General\spb_deploy_boom.py[108]:         if(APID_267.DEPLIMIT!=leng):
../../GSEOS_scripts/General\spb_deploy_boom.py[116]:     log('7. Await Completion ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[117]:     wait(APID_267, lambda: APID_267.DEPSTAT==0x00, flTimeout=60)    #Stopped
../../GSEOS_scripts/General\spb_deploy_boom.py[119]:     log('8. Post Deploy Checks ', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[120]:     if(APID_267.DLENA!=xdlena):
../../GSEOS_scripts/General\spb_deploy_boom.py[123]:     if(APID_267.DLENB!=xdlenb):
../../GSEOS_scripts/General\spb_deploy_boom.py[126]:     if(APID_267.MTRSTAT!=0):
../../GSEOS_scripts/General\spb_deploy_boom.py[129]:     log("9. Cleaning Up ", color=GRAY, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[130]:     cmd.EFW_DEP_PAIR(0)                 #Clear the Pair
../../GSEOS_scripts/General\spb_deploy_boom.py[131]:     cmd.EFW_HSKOPTIONS(0,0,0)           #Enable HSK
../../GSEOS_scripts/General\spb_deploy_boom.py[132]:     cmd.EFW_DISARM(1)                   #Deployment disable
../../GSEOS_scripts/General\spb_deploy_boom.py[134]:     cmd.EFW_NORMAL()                    #Normal Mode
../../GSEOS_scripts/General\spb_deploy_boom.py[136]:     log('SPB_DEPLOY_BOOM Completed', color=BLUE, attr=BOLD )
../../GSEOS_scripts/General\spb_deploy_boom.py[137]:     log('================END=====================', color=BLUE, attr=BOLD )