system.mes.spc.definition.getLimitNameList

Sepasoft MES Module Suite

system.mes.spc.definition.getLimitNameList

Return a list of names of the defined control limits.

getLimitNameList() → List

Syntax

system.mes.spc.definition.getLimitNameList

  • Parameters

No parameters

  • Returns

An instance of a java List containing the control limit names as strings.

  • Scope

All

Code Example

Python
print system.mes.spc.definition.getLimitNameList()
>>> 
[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