source: MML/trunk/machine/SOLEIL/StorageRing/bpm/getxsoleil.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 325 bytes
Line 
1function [BPM, Error] = getxsoleil(Family, DeviceList)
2%GETXSOLEIL - Gets horizontal position into BPMs
3% [BPM, Error] = getxsoleil(Family, DeviceList)
4
5% EXAMPLE
6%  getxsoleil('BPMx', [1 2])
7%
8% See also getbpmsoleil, getzsoleil
9
10%
11% Written by Laurent S. Nadolski
12
13[BPM, Error] = getbpmsoleil('Horizontal', DeviceList);
Note: See TracBrowser for help on using the repository browser.