source: MML/trunk/mml/tune2sim.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: 370 bytes
Line 
1function tune2sim
2%TUNE2SIM - Sets the TUNE family to simulator mode
3%
4% See also tune2manual, tune2online
5
6%
7% Written by Gregory J. Portmann
8
9% Make sure there is a tune family
10if isfamily('TUNE')
11    setfamilydata('Simulator','TUNE','Monitor','Mode');
12    disp('** Middlelayer TUNE has been switched to simulator mode');
13else
14    disp('   TUNE is not a family');
15end
Note: See TracBrowser for help on using the repository browser.