Differences between revisions 1 and 2
Revision 1 as of 2008-02-14 12:43:15
Size: 403
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-14 12:47:00
Size: 405
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
// Switch CDMU to Burst profile // Switch CDMU to nominal profile

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

Herschel: PACS/CUSPVscripts/PACS_Burstmode_Reset (last edited 2009-07-15 14:32:37 by localhost)