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