source: MML/trunk/machine/SOLEIL/StorageRing/bpm/getzsoleil.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: 321 bytes
Line 
1function [BPM, Error] = getzsoleil(Family, DeviceList)
2%GETZSOLEIL - Get vertical position tinto BPMs
3% [BPM, Error] = getzsoleil(Family, DeviceList)
4
5% EXAMPLE
6%  getzsoleil('BPMz', [1 2])
7%
8% See also getbpmsoleil, getzsoleil
9
10%
11% Written by Laurent S. Nadolski
12
13[BPM, Error] = getbpmsoleil('Vertical', DeviceList);
Note: See TracBrowser for help on using the repository browser.