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);
}