PACS_Burstmode_Reset

Resets the bus profile from burstmode back to nominal

// Purpose       : Reset of PACS burst mode
// Author        : T.Mueller, H. Feuchtgruber
// CUSification  : DAC
// Version       : 1.0
// History       : 1.0 / 16-Nov-2004 initial version
//
procedure PACS_Burstmode_Reset {
}{
// Switch CDMU to nominal profile
 Pacs_DPU_SET_BUS_LIST("DISABLE");
}