source: MML/trunk/mml/isbooster.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: 229 bytes
Line 
1function Test = isbooster
2%ISBOOSTER - Is this a booster ring?
3%
4%  See also isstoragering, istransport
5
6
7MachineType = getfamilydata('MachineType');
8
9Test = any(strcmpi(MachineType, {'Booster', 'BoosterRing', 'Booster Ring'}));
Note: See TracBrowser for help on using the repository browser.