Sepasoft MES Module Suite
Description
When Control Limit Event is executed, control limit values are calculated. This object stores information about the calculated control limit values.
Object Creation
This object is created whenever a Control Limit Event is executed.
Use
No scripting function or component use this object directly.
Object Functions
This object provides the following functions:
getCalcValueInfo()
Description
Get the information regarding the calculated control limit value.
Syntax
getCalcValueInfo()
- Parameters
None
- Returns
List<SPCCalcValueInfo> calcValueList - The information about the calculated control limit value.
- Scope
All
getDefaultChart()
Description
Get the control chart that is set as default.
Syntax
getDefaultChart()
- Parameters
None
- Returns
String defaultChart - The default control chart.
- Scope
All
getMeasurementFormat()
Description
The measured values are stored in a particular format. This object function returns the format.
Syntax
getMeasurementFormat()
- Parameters
None
- Returns
String measurementFormat - The format of the measurement.
- Scope
All
getUnits()
Description
Get the units for the control limit value.
Syntax
getUnits()
- Parameters
None
- Returns
String units - The units for the control limit value.
- Scope
All
setDefaultChart(defaultChart)
Description
Set a control chart as default. This chart will be used for displaying the graphical representation of the control limit values if no other chart is specified.
Syntax
setDefaultChart(defaultChart)
- Parameters
String defaultChart - The control chart to be set as default.
- Returns
Nothing
- Scope
All
setMeasurementFormat(measurementFormat)
Description
The measured values are stored in a particular format. This object function sets the format.
Syntax
setMeasurementFormat(measurementFormat)
- Parameters
String measurementFormat - The format to be set.
- Returns
Nothing
- Scope
All
setUnits(units)
Description
Set the units for the control limit value.
Syntax
setUnits(units)
- Parameters
String units - The units to set for the control limit value.
- Returns
Nothing
- Scope
All
Sepasoft MES Module Suite