Sepasoft MES Module Suite
system.mes.spc.getLimitNameList()
Return a list of names of the defined control limits.
Syntax
system.mes.spc.getLimitNameList()
- Parameters
None.
- Returns
List - An instance of a java List containing the control limit names as strings.
- Scopte
All
Get Limit Name List
|
Stable Version: 3.81.5 and later Release Candidate: 3.81.4 RC6 and later |
Python |
print system.mes.spc.controllimit.getLimitNameList() |
Output
Code |
[Box and Whisker LCL, Box and Whisker UCL, c LCL, c UCL, Cp LSL, Cp Target, Cp USL, CpPp LSL, CpPp Target, CpPp USL, Histogram LCL, Histogram UCL, Individual LCL, Individual UCL, Median LCL, Median UCL, MR LCL, MR UCL, np LCL, np UCL, p LCL, p UCL, Pp LSL, Pp Target, Pp USL, Range LCL, Range UCL, StdDev LCL, StdDev UCL, u LCL, u UCL, XBar LCL, XBar LSL, XBar UCL, XBar USL] |
Sepasoft MES Module Suite