source: MML/trunk/mml/Contents.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: 2.9 KB
Line 
1%The user should write text describing the m-files found in this directory
2%The top three lines will not be overwritten in subsequent versions of Contents.m
3%PLEASE replace these three header lines with MEANINGFUL text
4
5%ADDAOPREFIX - Adds prefix to all AcceleratorObjects PV names
6%AOKEEP - Removes families from the Accelerator Families except those included in KEEPLIST
7%CELL2FIELD - Converts a cell array to a strucutre array
8%CHECKLIMITS - Checks whether setpoints exeeds min and max limits (range)
9%COMMON2DEV - Converts common nmaes to device lists
10%COMMON2FAMILY - Converts common to family names
11%COMMON2HANDLE - Returns handles for common names
12%DEV2COMMON - Converts Device lists to common names
13%DEV2ELEM - Converts an element list to a device list
14%EDITLIST - Edits a list
15%ELEM2DEV - Converts a device list to an element list
16%FAMILY2COMMON - Converts family to common names
17%FAMILY2DEV - Returns the device list for a family
18%FAMILY2HANDLE - Returns handles for a family
19%FAMILY2STATUS - Returns status of devices
20%FAMILY2TOL - Gives Tolerances for a field family
21%FAMILY2UNITS - Gives units corresponding to the Family.Field
22%FIELD2CELL - Converts a structure to a cell array
23%FINDKEYWORD - Finds a keyword with a cell of strings
24%FINDROWINDEX - Finds row index
25%GETAM - Gets monitor channels
26%GETFAMILYDATA - Gets data associated with the accelerator control
27%GETFAMILYLIST - Returns a list of all the family names (string matrix)
28%GETFAMILYTYPE - Returns the family type (string matrix)
29%GETLIST - Returns Device List for a Family
30%GETMAXSP - Maximum value of the setpoint
31%GETMEMBEROF - Returns the membership information of a family (cell of strings)
32%GETMINSP - Gets minimum value of the setpoint
33%GETMODE - Returns the present family mode ('Online', 'Simulator', 'Manual', 'Special', etc)
34%GETPV - Gets a TANGO attribute (or AT simulated channel)
35%GETRUNFLAG - Returns whether setpoint is reached or not
36%GETSP - Gets setpoint channels
37%GETSPOS - Gets S-position of family or element
38%GETTOL - Returns the tolerance between the setpoint and monitor
39%GETUNITS - Returns the present family units ('Hardware' or 'Physics')
40%ISFAMILY - True for family names
41%ISMEMBEROF - Returns turn if the membership information of a family (cell of strings)
42%LOADAT - Re-loads AT model
43%MEASRATE - noise on channels
44%MONMAGS - Monitors all magnet power supplies and plots various statistics
45%MONRATES - Tests the analog monitor data rate for BPMs and corrector magnets
46%RAW2REAL - Converts raw control system data to calibrated values
47%REAL2RAW - Converts calibrated data to raw control system values
48%SETAM - Sets analog monitor value
49%SETPV - Absolute setpoint change via MATLAB channel access or AT simulator
50%SETSP - Absolute setpoint change to the 'Setpoint' field
51%SHOWFAMILY - Prints out the family structure
52%STEPPV - Incremental setpoint change via MATLAB channel access or AT simulator
53%STEPSP - Setps setpoints
Note: See TracBrowser for help on using the repository browser.