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
}{