source: MML/trunk/mml/savemachineconfig.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: 298 bytes
Line 
1function savemachineconfig(Flag)
2%SAVEMACHINECONFIG - Saves the storage ring setpoints and monitors to a file
3%                    (same as getmachineconfig('Archive'))
4
5% see help getmachineconfig for details
6
7if nargin < 1
8    getmachineconfig('archive');
9else
10    getmachineconfig(Flag);
11end
Note: See TracBrowser for help on using the repository browser.