Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-02-14 15:44:02
Size: 14
Editor: dcesarsky
Comment:
Revision 3 as of 2009-07-15 14:32:38
Size: 559
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Page Chopper = EnDis_chopper =
{{{
// Purpose : Enable/disable the chopper electronics
// Author CUS : Diego A. Cesarsky (diego.cesarsky@mpe.mpg.de)
//
// Input arguments
// Type Name Description
// string onoff ON: Enable chopper, OFF: Disable
// Description : Enable/disable electronics, controller
//
// Dependencies :
// Comments :
// Version : 0.1 10-nov-2006 First creation
// History :
//
}}}
Input variable(s):
{{{ :
procedure EnDis_chopper {
    string onoff = "ON" in ["ON","OFF"];
}{
}}}

EnDis_chopper

// Purpose       : Enable/disable the chopper electronics
// Author CUS    : Diego A. Cesarsky (diego.cesarsky@mpe.mpg.de)
//
// Input arguments
// Type  Name      Description
// string onoff    ON: Enable chopper, OFF: Disable
// Description   : Enable/disable electronics, controller
//
// Dependencies  :
// Comments      :
// Version       : 0.1 10-nov-2006 First creation
// History       :
//

Input variable(s): {{{ : procedure EnDis_chopper {

  • string onoff = "ON" in ["ON","OFF"];

}{ }}}

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