system.mes.spc.sample.getCauseList()

Sepasoft MES Module Suite

system.mes.spc.sample.getCauseList()

Return a list of existing assignable causes.

Syntax

system.mes.spc.sample.getCauseList()

  • Parameters

None

  • Returns

List<String> - A list holding assignable causes as strings.

  • Scope

All

Cause List

Warning

Supported Sepasoft Module Versions:

3.81.4 RC6 and later. 3.81.5 and later

Python
list = system.mes.spc.sample.getCauseList()
for cause in list:
print cause

Output

Code
 [Prime, New Cause]






Sepasoft MES Module Suite