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