Size: 559
Comment:
|
← Revision 3 as of 2009-07-15 14:32:38 ⇥
Size: 559
Comment: converted to 1.6 markup
|
No differences found! |
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"];
}{ }}}