Home > mml > rf2manual.m

rf2manual

PURPOSE ^

RF2MANUAL - Sets the RF family to manual mode

SYNOPSIS ^

function ErrorFlag = rf2manual

DESCRIPTION ^

RF2MANUAL - Sets the RF family to manual mode

   ErrorFlag = rf2manual
   
   Alias for ErrorFlag = switch2manual('RF')

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function ErrorFlag = rf2manual
0002 %RF2MANUAL - Sets the RF family to manual mode
0003 %
0004 %   ErrorFlag = rf2manual
0005 %
0006 %   Alias for ErrorFlag = switch2manual('RF')
0007 
0008 
0009 ErrorFlag = switch2manual('RF');
0010 
0011

Generated on Mon 21-May-2007 15:29:18 by m2html © 2003