Size: 607
Comment:
|
← Revision 3 as of 2009-07-15 14:32:37 ⇥
Size: 607
Comment: converted to 1.6 markup
|
No differences found! |
PACS_Burstmode_Setup
Procedure to set the bus in burst mode.
// Purpose : Set PACS in burst mode // Author : T.Mueller, H. Feuchtgruber // CUSification : DAC // Version : 1.0 // History : 1.0 / 16-Nov-2004 initial version // procedure PACS_Burstmode_Setup { }{ // PC009380 "DPU_SET_BUS_LIST" SWITCH THE DPU FROM NOMINAL TO BURST MODE // AND VICEVERSA // PP006380 "ENABLE_DISABLE" // tcsend PC009380 {PP006380 1} // Switch CDMU to Burst profile Pacs_DPU_SET_BUS_LIST("ENABLE"); delay(1); }