= Chop_on_off procedure = {{{ // Purpose : Enable/disable the chopper electronics // }}} Input variable(s): {{{ procedure CHOP_on_off { string on_off = "ON" in ["ON","OFF"]; //Enable/Disable chopper }{ }}}