source: MML/trunk/machine/SOLEIL/StorageRing/getlifetime.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: 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.