source: MML/trunk/mml/doc_html/mml/minsp.html @ 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: 4.9 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2                "http://www.w3.org/TR/REC-html40/loose.dtd">
3<html>
4<head>
5  <title>Description of minsp</title>
6  <meta name="keywords" content="minsp">
7  <meta name="description" content="MINSP - Minimum value of the setpoint">
8  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9  <meta name="generator" content="m2html &copy; 2003 Guillaume Flandin">
10  <meta name="robots" content="index, follow">
11  <link type="text/css" rel="stylesheet" href="../m2html.css">
12</head>
13<body>
14<a name="_top"></a>
15<div><a href="../index.html">Home</a> &gt;  <a href="index.html">mml</a> &gt; minsp.m</div>
16
17<!--<table width="100%"><tr><td align="left"><a href="../index.html"><img alt="<" border="0" src="../left.png">&nbsp;Master index</a></td>
18<td align="right"><a href="index.html">Index for mml&nbsp;<img alt=">" border="0" src="../right.png"></a></td></tr></table>-->
19
20<h1>minsp
21</h1>
22
23<h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
24<div class="box"><strong>MINSP - Minimum value of the setpoint</strong></div>
25
26<h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
27<div class="box"><strong>function [Data, ErrorFlag] = minsp(varargin) </strong></div>
28
29<h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
30<div class="fragment"><pre class="comment">MINSP - Minimum value of the setpoint
31
32  FamilyName/DeviceList Method
33  SPmin = maxsp(Family, DeviceList)
34  SPmin = maxsp(DataStructure)
35
36  ChannelName Method
37  SPmin = maxsp(ChannelNames)
38
39  INPUTS
40  1. Family - Family Name
41              Data Structure
42              Accelerator Object
43  2. DeviceList - [Sector Device #] or [element #] list {Default or empty list: whole family}
44
45  OUTPUTS
46  1. SPmin - Minimum setpoint of the device
47
48  NOTES
49  1. If Family is a cell array, then DeviceList and Field can also be a cell arrays
50
51  See Also <a href="maxsp.html" class="code" title="function [Data, ErrorFlag] = maxsp(varargin)">maxsp</a>, getfamilydata(Family, Field, 'Range')</pre></div>
52
53<!-- crossreference -->
54<h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
55This function calls:
56<ul style="list-style-image:url(../matlabicon.gif)">
57<li><a href="minpv.html" class="code" title="function [Data, ErrorFlag] = minpv(varargin)">minpv</a>    MinPV - Maximum value of a process variable</li></ul>
58This function is called by:
59<ul style="list-style-image:url(../matlabicon.gif)">
60<li><a href="quadcenter.html" class="code" title="function [QMS1, QMS2] = quadcenter(QuadFamily, QuadDev, XYPlane, FigureHandle)">quadcenter</a>        QUADCENTER - Measure the magnet center of a quadrupole magnet</li><li><a href="setorbit.html" class="code" title="function [OCS, OCS0, V, S, ErrorFlag] = setorbit(varargin)">setorbit</a>      SETORBIT - Orbit correction function</li></ul>
61<!-- crossreference -->
62
63
64<h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
65<div class="fragment"><pre>0001 <a name="_sub0" href="#_subfunctions" class="code">function [Data, ErrorFlag] = minsp(varargin)</a>
660002 <span class="comment">%MINSP - Minimum value of the setpoint</span>
670003 <span class="comment">%</span>
680004 <span class="comment">%  FamilyName/DeviceList Method</span>
690005 <span class="comment">%  SPmin = maxsp(Family, DeviceList)</span>
700006 <span class="comment">%  SPmin = maxsp(DataStructure)</span>
710007 <span class="comment">%</span>
720008 <span class="comment">%  ChannelName Method</span>
730009 <span class="comment">%  SPmin = maxsp(ChannelNames)</span>
740010 <span class="comment">%</span>
750011 <span class="comment">%  INPUTS</span>
760012 <span class="comment">%  1. Family - Family Name</span>
770013 <span class="comment">%              Data Structure</span>
780014 <span class="comment">%              Accelerator Object</span>
790015 <span class="comment">%  2. DeviceList - [Sector Device #] or [element #] list {Default or empty list: whole family}</span>
800016 <span class="comment">%</span>
810017 <span class="comment">%  OUTPUTS</span>
820018 <span class="comment">%  1. SPmin - Minimum setpoint of the device</span>
830019 <span class="comment">%</span>
840020 <span class="comment">%  NOTES</span>
850021 <span class="comment">%  1. If Family is a cell array, then DeviceList and Field can also be a cell arrays</span>
860022 <span class="comment">%</span>
870023 <span class="comment">%  See Also maxsp, getfamilydata(Family, Field, 'Range')</span>
880024
890025 <span class="comment">%</span>
900026 <span class="comment">%  Written by Gregory J. Portmann</span>
910027
920028 [Data, ErrorFlag] = <a href="minpv.html" class="code" title="function [Data, ErrorFlag] = minpv(varargin)">minpv</a>(varargin{:});</pre></div>
93<hr><address>Generated on Mon 21-May-2007 15:29:18 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/">m2html</a></strong> &copy; 2003</address>
94</body>
95</html>
Note: See TracBrowser for help on using the repository browser.