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

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

Initial import--MML version from SOLEIL@2013

File size: 315 bytes
Line 
1function loadmachineconfig(Flag)
2%LOADMACHINECONFIG - Sets the storage ring setpoints and monitors from a file
3%                    (same as setmachineconfig)
4
5% See also setmachineconfig for details
6
7%
8% Written by Gregory J. Portmann
9
10if nargin < 1
11    setmachineconfig;
12else
13    setmachineconfig(Flag);
14end
Note: See TracBrowser for help on using the repository browser.