Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 12:30:31
Size: 585
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-13 12:31:02
Size: 596
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Note that this procedure switches ON/OFF the chopper whereas EnDis_chopper enables/disables the chopper controller. Note that this procedure switches ON/OFF the chopper whereas E''''''nDis_chopper enables/disables the chopper controller.
Line 5: Line 5:
{{{

PACS Chopper_SWON_SWOF_only

Note that this procedure switches ON/OFF the chopper whereas EnDis_chopper enables/disables the chopper controller.

// Purpose       : Switch on/off the chopper electronics
//
// Author CUS    : MN
//
// Input arguments
// Type    Name          DefVal   Description
// string  on_off        "ON"     ON: switch on chopper, OFF: switch off
//
// Version       : 0.1 08-03-2007 First creation
//               :
//

Input variable(s):

procedure PACS_Chopper_SWON_SWOF_only {
    string on_off = "ON" in ["ON","OFF"];
}{

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