source: MML/trunk/machine/SOLEIL/StorageRing/getlifetime.m @ 17

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

To have a stable version on the server.

  • Property svn:executable set to *
File size: 172 bytes
Line 
1function Lifetime = getlifetime 
2% GETLIFETIME - Returns lifetime
3%
4%  OUTPUTS
5%  1. Lifetime in hours
6
7%
8%  Written by Laurent S. Nadolski
9
10Lifetime = getam('LifeTime');
Note: See TracBrowser for help on using the repository browser.