Differences between revisions 1 and 2
Revision 1 as of 2008-02-12 12:50:01
Size: 27
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-12 12:52:52
Size: 230
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

{{{
// Purpose : Enable/disable the chopper electronics
//
}}}

Calling syntax:

{{{
procedure CHOP_on_off {
    string on_off = "ON" in ["ON","OFF"]; //Enable/Disable chopper
}{
}}}

Chop_on_off procedure

// Purpose       : Enable/disable the chopper electronics
//

Calling syntax:

procedure CHOP_on_off {
    string on_off = "ON" in ["ON","OFF"]; //Enable/Disable chopper
}{

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