00001 {
00002 // Do a raw scan over ST_TOKEN, difficult to interpret
00003 TScanDef bypass;
00004
00005 bypass.trigsPerBurst = 10;
00006 bypass.trigSequence.singleL1A();
00007 // softPulseL1A(150, 129); // Is this necessary?
00008
00009 bypass.configure(19, 0, 18, 1); // Scan over ST_TOKEN
00010
00011 tapi.modifyABCDVar(11, 1.0);
00012 tapi.modifyABCDVar(13, 0.0);
00013 tapi.modifyABCDVar(14, 1.0); // Send mask
00014 tapi.modifyABCDVar( 7, 3.0); // All channels on
00015
00016 tapi.doRawScan(bypass, 1, 768, true, false);
00017 tapi.awaitScan();
00018 }
1.3.5