Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 12:09:56
Size: 558
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-13 12:18:34
Size: 559
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= EnDisChopper = = EnDis_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"];

}{ }}}

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