Differences between revisions 2 and 3
Revision 2 as of 2008-02-12 13:19:18
Size: 320
Editor: dcesarsky
Comment:
Revision 3 as of 2008-02-14 16:16:50
Size: 313
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= CS_on_off procedure = = CS_on_off =
Line 8: Line 8:
Calling syntax: Input variable(s):

CS_on_off

// Description  : Switch on/off and enable/disable controller for selected
//                PACS internal CS (calibration source)
//

Input variable(s):

procedure CS_on_off {
    string cal_source = "CS1" in ["CS1","CS2"];
    string on_off = "ON" in ["ON","OFF"];
}{

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