Sepasoft MES Module Suite
The event is created to calculate a process performance.
Properties
getData()
Description
Gets the SPC data.
Syntax
getData()
- Parameters
None
- Returns
AnalysisDataset data - The SPC data.
- Scope
All
getLcl()
Description
Gets the lower control limit.
Syntax
getLcl()
- Parameters
None
- Returns
Double lcl - The lower control limit.
- Scope
All
getLsl()
Description
Gets the lower specification limit.
Syntax
getLsl()
- Parameters
None
- Returns
Double lsl - The lower specification limit.
- Scope
All
getMean()
getMeasurementCount()
Description
Gets the measurement count.
Syntax
getMeasurementCount()
- Parameters
None
- Returns
int measurementCnt - The measurement count.
- Scope
All
getPp()
Description
Gets the process performance.
Syntax
getPp()
- Parameters
None
- Returns
Double pp - The process performance.
- Scope
All
getPpk()
Description
Gets the process performance index.
Syntax
getPpk()
- Parameters
None
- Returns
Double ppk - The process performance index.
- Scope
All
getPpl()
Description
Gets the lower process performance index.
Syntax
getPpl()
- Parameters
None
- Returns
Double ppl - The lower process performance index.
- Scope
All
getPpm()
Description
Gets the process performance index of the mean.
Syntax
getPpm()
- Parameters
None
- Returns
Double ppm - The process performance index of the mean.
- Scope
All
getPpu()
Description
Gets the upper process performance index.
Syntax
getPpu()
- Parameters
None
- Returns
Double ppu - The upper process performance index.
- Scope
All
getPr()
Description
Gets the reciprocal of the process performance.
Syntax
getPr()
- Parameters
None
- Returns
Double pr - The reciprocal of the process performance.
- Scope
All
getStandardDeviation()
Description
Gets the actual standard deviation.
Syntax
getStandardDeviation()
- Parameters
None
- Returns
Double standardDeviation - The actual standard deviation.
- Scope
All
getTarget()
Description
Gets the target.
Syntax
getTarget()
- Parameters
None
- Returns
Double target - The target.
- Scope
All
getUcl()
Description
Gets the upper control limit.
Syntax
getUcl()
- Parameters
None
- Returns
Double ucl - The upper control limit.
- Scope
All
getUsl()
Description
Gets the upper specification limit.
Syntax
getUsl()
- Parameters
None
- Returns
Double usl - The upper specification limit.
- Scope
All
setLcl(lcl)
Description
Sets the lower control limit.
Syntax
setLcl(lcl)
- Parameters
Double lcl - The lower specification limit to set for.
- Returns
Nothing
- Scope
All
setMean(mean)
Description
Sets the mean.
Syntax
setMean(mean)
- Parameters
Double mean - The mean to set for.
- Returns
Nothing
- Scope
All
setPp(pp)
Description
Sets the process performance.
Syntax
setPp(pp)
- Parameters
Double pp - The process performance to set for.
- Returns
Nothing
- Scope
All
setPpk(ppk)
Description
Sets the process performance index.
Syntax
setPpk(ppk)
- Parameters
Double ppk - The process performance index to set for.
- Returns
Nothing
- Scope
All
setPpl(ppl)
Description
Sets the lower process performance index.
Syntax
setPpl(ppl)
- Parameters
Double ppl - The lower process performance index to set for.
- Returns
Nothing
- Scope
All
setPpm(ppm)
Description
Sets the process performance index of the mean.
Syntax
setPpm(ppm)
- Parameters
Double ppm - The process performance index of the mean to set for.
- Returns
Nothing
- Scope
All
setPpu(ppu)
Description
Sets the upper process performance index.
Syntax
setPpu(ppu)
- Parameters
Double ppu - The upper process performance index to set for.
- Returns
Nothing
- Scope
All
setPr(pr)
Description
Sets the reciprocal of the process performance.
Syntax
setPr(pr)
- Parameters
Double pr - The reciprocal of the process performance to set for.
- Returns
Nothing
- Scope
All
setStandardDeviation(standardDeviation)
Description
Sets the actual standard deviation.
Syntax
setStandardDeviation(standardDeviation)
- Parameters
Double standardDeviation - The actual standard deviation to set for.
- Returns
Nothing
- Scope
All
setUcl(ucl)
Description
Sets the upper control limit.
Syntax
setUcl(ucl)
- Parameters
Double ucl - The upper control limit to set for.
- Returns
Nothing
- Scope
All
Sepasoft MES Module Suite