system.mes.spc.definition.getSignalNameList

Sepasoft MES Module Suite

system.mes.spc.definition.getSignalNameList()

Return a list of names of the defined signals (SPC rules).

Syntax

system.mes.spc.definition.getSignalNameList()

  • Parameters

None

  • Returns

List<String> - An instance of a java List containing the signal names as strings.

  • Scope

All

Code Example

Python
print system.quality.definition.getSignalNameList()

Output

Code
[c Nelson Rule 1, Individual Nelson Rule 1, Individual Nelson Rule 2, Individual Nelson Rule 3, Individual Nelson Rule 4, Individual Nelson Rule 5, Individual Nelson Rule 6, Individual Nelson Rule 7, Individual Nelson Rule 8, Individual Outside, Median Nelson Rule 1, np Nelson Rule 1, Out of Limits, Outside Limits, p Nelson Rule 1, u Nelson Rule 1, WE Zone Rule 1, WE Zone Rule 2, WE Zone Rule 3, WE Zone Rule 4, XBar 8 Above Control Line, XBar 8 Below Control Line, XBar Nelson Rule 1, XBar Nelson Rule 2, XBar Nelson Rule 3, XBar Nelson Rule 4, XBar Nelson Rule 5, XBar Nelson Rule 6, XBar Nelson Rule 7, XBar Nelson Rule 8]

Sepasoft MES Module Suite