source: MML/trunk/machine/SOLEIL/StorageRing/bpm/getvturnbyturn.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: 163 bytes
Line 
1function [AM, tout, DataTime, ErrorFlag] = getvturnbyturn(varargin)
2
3tout = 0;
4DataTime = 0;
5ErrorFlag =1;
6
7[AM0 AM] = anabpmfirstturn([],varargin,'NoDisplay');
8
9
Note: See TracBrowser for help on using the repository browser.