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