Sepasoft MES Module Suite
system.mes.spc.analysis.getSPCDataFormatEnumName(displayName)
Returns the name of the SPCDataFormat from the specified display name. The display name is the user friendly name where the name cannot contain spaces. The SPC data formats represent the control chart types and is used when specifying the kind SPC results to return.
|
Scripting Function modifications in MES 3.79.3 RC 5 and later |
Syntax
system.mes.spc.analysis.getSPCDataFormatEnumName(displayName)
- Parameters
String displayName - The User friendly display name of the SPC data format. Ex: "Process Capability" vs. "CP"
- Returns
The name of the SPCDataFormat.
- Scope
All
Code Example
Python |
print system.mes.spc.analysis.getSPCDataFormatEnumName('Process Capability') |
>>> CP >>>
Sepasoft MES Module Suite