⇤ ← Revision 1 as of 2008-02-14 15:44:02
Size: 14
Comment:
|
Size: 559
Comment:
|
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"];
}{ }}}