Trace collected at: 2010-12-07 13:19:13.769000 ---------------------------------------------------------------------- ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[16]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[17]: log('FIT_3 - Buffer Management', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[18]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[19]: PF=("FAIL","PASS") ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[20]: errs=0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[22]: log('1.1 Increasing TM Rate, Clear Start ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[23]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[24]: cmd.EFW_FITMODE(1,1,1) #Sampling, E12,Bx ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[25]: SC_SPIN(12) #Nominal Rate for TESTDFB ../../GSEOS_scripts\util.py[157]: cmd.SCE_CTRL_SET_SPIN_PULSE_TIME(sp*1000000) ../../GSEOS_scripts\util.py[158]: TAS.SpinPeriod = sp*65535.0/20.970 ../../GSEOS_scripts\util.py[159]: TAS.SpinPeriodValid = 1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[26]: cmd.EFW_CONFIG0(0x44) #Expect later ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[27]: EMF_MAGRANGE( 3 ) #Check in packet ../../GSEOS_scripts\util.py[170]: log("EMF_MAGRANGE( %d )" % rr, color=BLUE, attr=BOLD ) ../../GSEOS_scripts\util.py[171]: shf = 14 ../../GSEOS_scripts\util.py[172]: field = 3 ../../GSEOS_scripts\util.py[173]: mask = field<> 8 )& 0xff ) ../../GSEOS_scripts\util.py[103]: cmd.EFW_ADRL( addr & 0xff ) ../../GSEOS_scripts\util.py[104]: cmd.EFW_LOAD( byte ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[37]: sleep(3) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[38]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[39]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[40]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[40]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[40]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[40]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[40]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[40]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[40]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[42]: log('1.3 Waiting for 2 spin periods ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[43]: cmd.EFW_DUMPTABL(4,0) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[44]: sleep(2*12) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[46]: log('2.1 Verify INPTR & OUTPTR are opposite ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[47]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[47]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: stcnt = APID_266.Data[1] #Fit Count ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: stin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[50]: stout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[51]: sfitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[52]: if(stin==stout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: log('2.2 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[57]: ssmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[58]: sfitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[59]: difmet = ssmpmet-sfitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[60]: log('2.2.1 SMPMET = %8.4f' % ssmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[61]: log('2.2.2 FITMET = %8.4f' % sfitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[62]: log('2.2.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[64]: log('2.3 Verify Another Fit, Pointers Swap ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[66]: enin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[67]: enout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[68]: efitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[69]: if(enin==enout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[72]: if(enout!=stout^0x40): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[75]: if(efitptr==sfitptr): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[79]: log('2.4 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[80]: esmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[81]: efitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[82]: difmet = esmpmet-efitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[83]: log('2.4.1 SMPMET = %8.4f' % esmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[84]: log('2.4.2 FITMET = %8.4f' % efitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[85]: log('2.4.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[86]: if(efitmet!=ssmpmet): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[90]: log('3.0 Verify SPIN FIT Packet Format ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[91]: log('3.1 Waiting until at least 8 FITS ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[93]: log('3.2 Waiting for a SPIN Packet ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[94]: wait(APID_269, lambda:True, flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[47]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[96]: log('3.3 Saving a copy of APID_269 Page ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[97]: Gseos.FileOpen('Instruments/EFW/screens/APID_269.gscr') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[98]: sleep(2) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[99]: filename = 'FSW_FIT_3_AP269.jpg' ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: outfile = os.path.join(settings.full_output_path, filename) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: print_window('Instruments/EFW/screens/APID_269.gscr', outfile) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[102]: Gseos.WindowClose('APID_269') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[104]: log('3.4 Verifying Packet Information ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[105]: if(APID_269.CONFIG_CODE != 0x44): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[108]: if(0xBF8 < APID_269.SPINPER > 0x0C07): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[111]: if(APID_269.MAG_RANGE != 3): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[114]: if(APID_269.FIT_CODE1 != 0xE1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[115]: log("3.4.2 FIT_CODE1 - Expected E1, Got %2X" % APID_269.FIT_CODE1[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[116]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[117]: if(APID_269.FIT_CODE2 != 0xB1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[118]: log("3.4.2 FIT_CODE2 - Expected B1, Got %2X" % APID_269.FIT_CODE2[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[119]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[120]: if(APID_269.Ez[0] != 0xE56): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[121]: log("3.4.2 Ez - Expected E56, Got %4X" % APID_269.Ez[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[122]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[123]: if(APID_269.Bz[0] != 0xB33): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[124]: log("3.4.2 Bz - Expected B33, Got %4X" % APID_269.Bz[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[125]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[127]: log('3.0 Cleaning Up by Reseting ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[128]: cmd.EFW_RESET() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[129]: sleep(10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[130]: cmd.EFW_CLEAR() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[132]: log('FIT Buffer Management, Format : %s'% PF[errs==0], color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[133]: log('================END=====================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[134]: return(0) Trace collected at: 2010-12-07 13:39:18.785000 ---------------------------------------------------------------------- ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[16]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[17]: log('FIT_3 - Buffer Management', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[18]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[19]: PF=("FAIL","PASS") ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[20]: errs=0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[22]: log('1.1 Increasing TM Rate, Clear Start ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[23]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[24]: cmd.EFW_FITMODE(1,1,1) #Sampling, E12,Bx ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[25]: SC_SPIN(12) #Nominal Rate for TESTDFB ../../GSEOS_scripts\util.py[157]: cmd.SCE_CTRL_SET_SPIN_PULSE_TIME(sp*1000000) ../../GSEOS_scripts\util.py[158]: TAS.SpinPeriod = sp*65535.0/20.970 ../../GSEOS_scripts\util.py[159]: TAS.SpinPeriodValid = 1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[26]: cmd.EFW_CONFIG0(0x44) #Expect later ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[27]: EMF_MAGRANGE( 3 ) #Check in packet ../../GSEOS_scripts\util.py[170]: log("EMF_MAGRANGE( %d )" % rr, color=BLUE, attr=BOLD ) ../../GSEOS_scripts\util.py[171]: shf = 14 ../../GSEOS_scripts\util.py[172]: field = 3 ../../GSEOS_scripts\util.py[173]: mask = field<> 8 )& 0xff ) ../../GSEOS_scripts\util.py[103]: cmd.EFW_ADRL( addr & 0xff ) ../../GSEOS_scripts\util.py[104]: cmd.EFW_LOAD( byte ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[45]: sleep(3) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[46]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[47]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[50]: log('1.3 Waiting for 2 spin periods ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[51]: cmd.EFW_DUMPTABL(4,0) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[52]: sleep(2*12) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[54]: log('2.1 Verify INPTR & OUTPTR are opposite ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[55]: wait(APID_266, lambda:True, flTimeout=10) Trace collected at: 2010-12-07 13:45:13.644000 ---------------------------------------------------------------------- ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[16]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[17]: log('FIT_3 - Buffer Management', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[18]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[19]: PF=("FAIL","PASS") ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[20]: errs=0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[22]: log('1.1 Increasing TM Rate, Clear Start ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[23]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[24]: cmd.EFW_FITMODE(1,1,1) #Sampling, E12,Bx ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[25]: SC_SPIN(12) #Nominal Rate for TESTDFB ../../GSEOS_scripts\util.py[157]: cmd.SCE_CTRL_SET_SPIN_PULSE_TIME(sp*1000000) ../../GSEOS_scripts\util.py[158]: TAS.SpinPeriod = sp*65535.0/20.970 ../../GSEOS_scripts\util.py[159]: TAS.SpinPeriodValid = 1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[26]: cmd.EFW_CONFIG0(0x44) #Expect later ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[27]: EMF_MAGRANGE( 3 ) #Check in packet ../../GSEOS_scripts\util.py[170]: log("EMF_MAGRANGE( %d )" % rr, color=BLUE, attr=BOLD ) ../../GSEOS_scripts\util.py[171]: shf = 14 ../../GSEOS_scripts\util.py[172]: field = 3 ../../GSEOS_scripts\util.py[173]: mask = field<> 8 )& 0xff ) ../../GSEOS_scripts\util.py[103]: cmd.EFW_ADRL( addr & 0xff ) ../../GSEOS_scripts\util.py[104]: cmd.EFW_LOAD( byte ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[45]: sleep(3) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[46]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[47]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[50]: log('1.3 Waiting for 2 spin periods ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[51]: cmd.EFW_DUMPTABL(4,0) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[52]: sleep(2*12) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[54]: log('2.1 Verify INPTR & OUTPTR are opposite ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[55]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[55]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: stcnt = APID_266.Data[1] #Fit Count ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[57]: stin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[58]: stout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[59]: sfitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[60]: if(stin==stout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[64]: log('2.2 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: ssmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[66]: sfitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[67]: difmet = ssmpmet-sfitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[68]: log('2.2.1 SMPMET = %8.4f' % ssmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[69]: log('2.2.2 FITMET = %8.4f' % sfitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[70]: log('2.2.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[72]: log('2.3 Verify Another Fit, Pointers Swap ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: enin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[75]: enout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[76]: efitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[77]: if(enin==enout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[80]: if(enout!=stout^0x40): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[83]: if(efitptr==sfitptr): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[87]: log('2.4 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[88]: esmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[89]: efitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[90]: difmet = esmpmet-efitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[91]: log('2.4.1 SMPMET = %8.4f' % esmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: log('2.4.2 FITMET = %8.4f' % efitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[93]: log('2.4.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[94]: if(efitmet!=ssmpmet): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[98]: log('3.0 Verify SPIN FIT Packet Format ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[99]: log('3.1 Waiting until at least 8 FITS ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: log('3.2 Waiting for a SPIN Packet ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[102]: wait(APID_269, lambda:True, flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[55]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[104]: log('3.3 Saving a copy of APID_269 Page ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[105]: Gseos.FileOpen('Instruments/EFW/screens/APID_269.gscr') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[106]: sleep(2) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[107]: filename = 'FSW_FIT_3_AP269.jpg' ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[108]: outfile = os.path.join(settings.full_output_path, filename) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[109]: print_window('Instruments/EFW/screens/APID_269.gscr', outfile) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[110]: Gseos.WindowClose('APID_269') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[112]: log('3.4 Verifying Packet Information ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[113]: if(APID_269.CONFIG_CODE != 0x44): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[116]: if(0xBF8 < APID_269.SPINPER > 0x0C07): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[119]: if(APID_269.MAG_RANGE != 3): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[122]: if(APID_269.FIT_CODE1 != 0xE1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[123]: log("3.4.2 FIT_CODE1 - Expected E1, Got %2X" % APID_269.FIT_CODE1[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[124]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[125]: if(APID_269.FIT_CODE2 != 0xB1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[126]: log("3.4.2 FIT_CODE2 - Expected B1, Got %2X" % APID_269.FIT_CODE2[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[127]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[128]: if(APID_269.Ez[0] != 0xE56): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[129]: log("3.4.2 Ez - Expected E56, Got %4X" % APID_269.Ez[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[130]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[131]: if(APID_269.Bz[0] != 0xB33): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[132]: log("3.4.2 Bz - Expected B33, Got %4X" % APID_269.Bz[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[133]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[135]: log('3.0 Cleaning Up by Reseting ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[136]: cmd.EFW_RESET() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[137]: sleep(10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[138]: cmd.EFW_CLEAR() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[140]: log('FIT Buffer Management, Format : %s'% PF[errs==0], color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[141]: log('================END=====================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[142]: return(0) Trace collected at: 2010-12-07 14:14:26.832000 ---------------------------------------------------------------------- ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[16]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[17]: log('FIT_5 - Buffer Management', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[18]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[19]: PF=("FAIL","PASS") ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[20]: errs=0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[22]: log('1.1 Increasing TM Rate, Clear Start ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[23]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[24]: cmd.EFW_FITMODE(1,1,1) #Sampling, E12,Bx ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[25]: SC_SPIN(12) #Nominal Rate for TESTDFB ../../GSEOS_scripts\util.py[157]: cmd.SCE_CTRL_SET_SPIN_PULSE_TIME(sp*1000000) ../../GSEOS_scripts\util.py[158]: TAS.SpinPeriod = sp*65535.0/20.970 ../../GSEOS_scripts\util.py[159]: TAS.SpinPeriodValid = 1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[26]: cmd.EFW_CONFIG0(0x44) #Expect later ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[27]: EMF_MAGRANGE( 3 ) #Check in packet ../../GSEOS_scripts\util.py[170]: log("EMF_MAGRANGE( %d )" % rr, color=BLUE, attr=BOLD ) ../../GSEOS_scripts\util.py[171]: shf = 14 ../../GSEOS_scripts\util.py[172]: field = 3 ../../GSEOS_scripts\util.py[173]: mask = field<> 8 )& 0xff ) ../../GSEOS_scripts\util.py[103]: cmd.EFW_ADRL( addr & 0xff ) ../../GSEOS_scripts\util.py[104]: cmd.EFW_LOAD( byte ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[46]: sleep(3) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[47]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[51]: log('1.3 Waiting for 2 spin periods ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[52]: cmd.EFW_DUMPTABL(4,0) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[53]: sleep(2*12) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[55]: log('2.1 Verify INPTR & OUTPTR are opposite ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[57]: stcnt = APID_266.Data[1] #Fit Count ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[58]: stin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[59]: stout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[60]: sfitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[61]: if(stin==stout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: log('2.2 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[66]: ssmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[67]: sfitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[68]: difmet = ssmpmet-sfitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[69]: log('2.2.1 SMPMET = %8.4f' % ssmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[70]: log('2.2.2 FITMET = %8.4f' % sfitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[71]: log('2.2.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: log('2.3 Verify Another Fit, Pointers Swap ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[75]: enin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[76]: enout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[77]: efitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[78]: if(enin==enout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[81]: if(enout!=stout^0x40): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[84]: if(efitptr==sfitptr): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[88]: log('2.4 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[89]: esmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[90]: efitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[91]: difmet = esmpmet-efitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: log('2.4.1 SMPMET = %8.4f' % esmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[93]: log('2.4.2 FITMET = %8.4f' % efitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[94]: log('2.4.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[95]: if(efitmet!=ssmpmet): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[99]: log('3.0 Verify SPIN FIT Packet Format ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: log('3.1 Waiting until at least 8 FITS ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[102]: log('3.2 Waiting for a SPIN Packet ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[103]: wait(APID_269, lambda:True, flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[105]: log('3.3 Saving a copy of APID_269 Page ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[106]: Gseos.FileOpen('Instruments/EFW/screens/APID_269.gscr') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[107]: sleep(2) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[108]: filename = 'FSW_FIT_3_AP269.jpg' ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[109]: outfile = os.path.join(settings.full_output_path, filename) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[110]: print_window('Instruments/EFW/screens/APID_269.gscr', outfile) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[111]: Gseos.WindowClose('APID_269') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[113]: log('3.4 Verifying Packet Information ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[114]: if(APID_269.CONFIG_CODE != 0x44): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[117]: if(0xBF8 < APID_269.SPINPER > 0x0C07): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[120]: if(APID_269.MAG_RANGE != 3): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[123]: if(APID_269.FIT_CODE1 != 0xE1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[124]: log("3.4.2 FIT_CODE1 - Expected E1, Got %2X" % APID_269.FIT_CODE1[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[125]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[126]: if(APID_269.FIT_CODE2 != 0xB1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[127]: log("3.4.2 FIT_CODE2 - Expected B1, Got %2X" % APID_269.FIT_CODE2[0], color=RED, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[128]: errs=errs+1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[129]: if(APID_269.Ez[0] != 0xE56): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[132]: if(APID_269.Bz[0] != 0xB33): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[136]: log('3.0 Cleaning Up by Reseting ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[137]: cmd.EFW_RESET() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[138]: sleep(10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[139]: cmd.EFW_CLEAR() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[141]: log('FIT Buffer Management, Format : %s'% PF[errs==0], color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[142]: log('================END=====================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[143]: return(0) Trace collected at: 2010-12-07 14:19:38.582000 ---------------------------------------------------------------------- ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[16]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[17]: log('FIT_5 - Buffer Management', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[18]: log('========================================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[19]: PF=("FAIL","PASS") ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[20]: errs=0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[22]: log('1.1 Increasing TM Rate, Clear Start ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[23]: cmd.EFW_TMPKTRATE( 4, 1 ) #Set APID 267 to 1Hz ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[24]: cmd.EFW_FITMODE(1,1,1) #Sampling, E12,Bx ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[25]: SC_SPIN(12) #Nominal Rate for TESTDFB ../../GSEOS_scripts\util.py[157]: cmd.SCE_CTRL_SET_SPIN_PULSE_TIME(sp*1000000) ../../GSEOS_scripts\util.py[158]: TAS.SpinPeriod = sp*65535.0/20.970 ../../GSEOS_scripts\util.py[159]: TAS.SpinPeriodValid = 1 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[26]: cmd.EFW_CONFIG0(0x44) #Expect later ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[27]: EMF_MAGRANGE( 3 ) #Check in packet ../../GSEOS_scripts\util.py[170]: log("EMF_MAGRANGE( %d )" % rr, color=BLUE, attr=BOLD ) ../../GSEOS_scripts\util.py[171]: shf = 14 ../../GSEOS_scripts\util.py[172]: field = 3 ../../GSEOS_scripts\util.py[173]: mask = field<> 8 )& 0xff ) ../../GSEOS_scripts\util.py[103]: cmd.EFW_ADRL( addr & 0xff ) ../../GSEOS_scripts\util.py[104]: cmd.EFW_LOAD( byte ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[46]: sleep(3) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[47]: cmd.EFW_CMDS(1) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[48]: cmd.EFW_EXEC(0x70) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[49]: wait(APID_267, lambda: APID_267.TESTVALUE==0xf310, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[51]: log('1.3 Waiting for 2 spin periods ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[52]: cmd.EFW_DUMPTABL(4,0) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[53]: sleep(2*12) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[55]: log('2.1 Verify INPTR & OUTPTR are opposite ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[57]: stcnt = APID_266.Data[1] #Fit Count ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[58]: stin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[59]: stout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[60]: sfitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[61]: if(stin==stout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[65]: log('2.2 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[66]: ssmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[67]: sfitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[68]: difmet = ssmpmet-sfitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[69]: log('2.2.1 SMPMET = %8.4f' % ssmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[70]: log('2.2.2 FITMET = %8.4f' % sfitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[71]: log('2.2.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[73]: log('2.3 Verify Another Fit, Pointers Swap ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[74]: wait(APID_266, lambda:APID_266.Data[1]>stcnt, flTimeout=30) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[75]: enin =APID_266.Data[3]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[76]: enout=APID_266.Data[4]&0x40 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[77]: efitptr= APID_266.Data[5]+APID_266.Data[6]*256 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[78]: if(enin==enout): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[81]: if(enout!=stout^0x40): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[84]: if(efitptr==sfitptr): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[88]: log('2.4 Verify Sample and Fit METs OK ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[89]: esmpmet= APID_266.Data[9]*256.0+APID_266.Data[10]+APID_266.Data[11]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[90]: efitmet= APID_266.Data[15]*256.0+APID_266.Data[16]+APID_266.Data[17]/256.0 ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[91]: difmet = esmpmet-efitmet ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[92]: log('2.4.1 SMPMET = %8.4f' % esmpmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[93]: log('2.4.2 FITMET = %8.4f' % efitmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[94]: log('2.4.3 DELTA = %8.4f' % difmet, color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[95]: if(efitmet!=ssmpmet): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[99]: log('3.0 Verify SPIN FIT Packet Format ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[100]: log('3.1 Waiting until at least 8 FITS ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[101]: wait(APID_266, lambda:APID_266.Data[1]>=(stcnt+8), flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[102]: log('3.2 Waiting for a SPIN Packet ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[103]: wait(APID_269, lambda:True, flTimeout=120) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[56]: wait(APID_266, lambda:True, flTimeout=10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[105]: log('3.3 Saving a copy of APID_269 Page ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[106]: Gseos.FileOpen('Instruments/EFW/screens/APID_269.gscr') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[107]: sleep(2) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[108]: filename = 'FSW_FIT_3_AP269.jpg' ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[109]: outfile = os.path.join(settings.full_output_path, filename) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[110]: print_window('Instruments/EFW/screens/APID_269.gscr', outfile) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[111]: Gseos.WindowClose('APID_269') ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[113]: log('3.4 Verifying Packet Information ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[114]: if(APID_269.CONFIG_CODE != 0x44): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[117]: if(0xBF8 < APID_269.SPINPER > 0x0C07): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[120]: if(APID_269.MAG_RANGE != 3): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[123]: if(APID_269.FIT_CODE1[0] != 0xE1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[126]: if(APID_269.FIT_CODE2[0] != 0xB1): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[129]: if(APID_269.Ez[0] != 0xE56): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[132]: if(APID_269.Bz[0] != 0xB33): ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[136]: log('3.0 Cleaning Up by Reseting ', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[137]: cmd.EFW_RESET() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[138]: sleep(10) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[139]: cmd.EFW_CLEAR() ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[141]: log('FIT Buffer Management, Format : %s'% PF[errs==0], color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[142]: log('================END=====================', color=BLUE, attr=BOLD ) ../../GSEOS_scripts/FSW_scripts\TEST_FIT_5.py[143]: return(0)