source: MML/trunk/mml/rf2manual.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 194 bytes
Line 
1function ErrorFlag = rf2manual
2%RF2MANUAL - Sets the RF family to manual mode
3%
4%   ErrorFlag = rf2manual
5%   
6%   Alias for ErrorFlag = switch2manual('RF')
7
8
9ErrorFlag = switch2manual('RF');
10
11
Note: See TracBrowser for help on using the repository browser.