Differences between revisions 1 and 2
Revision 1 as of 2008-02-14 16:24:44
Size: 571
Editor: dcesarsky
Comment:
Revision 2 as of 2009-07-15 14:32:37
Size: 571
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

CS_temp

// Description  : Set the temperature of a PACS internal Calibration source
//
// Dependencies :
//
// Preconditions : Configuration parameters have been uploaded  and the
//                 controller has been SWON & enabled
//
// Comments     :
//
// Version      : 1.0
//
// History      : 1.0 13-Apr-2005 Creation by DAC
//

Input variable(s):

procedure CS_temp {
    string cal_source = "CS1" in ["CS1","CS2"]; // Chosen calibration source
    double resist_temp = 80.0; // The desired resistance of CSx, in Ohms
}{

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