Sepasoft MES Module Suite
The event is created to calculate a process capability.
Properties
getCp()
Description
Gets the process capability.
Syntax
getCp()
- Parameters
None
- Returns
Double cp - The process capability.
- Scope
All
getCpk()
Description
Gets the process capability index.
Syntax
getCpk()
- Parameters
None
- Returns
Double cpk - The index of process capability.
- Scope
All
getCpl()
Description
Gets the lower process capability index.
Syntax
getCpl()
- Parameters
None
- Returns
Double cpl - The lower process capability index.
- Scope
All
getCpm()
Description
Gets the process capability mean.
Syntax
getCpm()
- Parameters
None
- Returns
Double cpm - The process capability mean.
- Scope
All
getCpu()
Description
Gets the upper process capability index.
Syntax
getCpu()
- Parameters
None
- Returns
Double cpu - The upper process capability index.
- Scope
All
getCr()
Description
Gets the reciprocal of process capability.
Syntax
getCr()
- Parameters
None
- Returns
Double cr - The reciprocal of process capability.
- Scope
All
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
getStandardDeviation()
Description
Gets the estimated standard deviation.
Syntax
getStandardDeviation()
- Parameters
None
- Returns
Double standardDeviation - The estimated 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
setCp(cp)
Description
Sets the process capability.
Syntax
setCp(cp)
- Parameters
Double cp - The process capability to set for.
- Returns
Nothing
- Scope
All
setCpk(cpk)
Description
Sets the process capability index.
Syntax
setCpk(cpk)
- Parameters
Double cpk - The process capability index to set for.
- Returns
Nothing
- Scope
All
setCpl(cpl)
Description
Sets the lower process capability index.
Syntax
setCpl(cpl)
- Parameters
Double cpl - The lower process capability index to set for.
- Returns
Nothing
- Scope
All
setCpm(cpm)
Description
Sets the process capability mean.
Syntax
setCpm(cpm)
- Parameters
Double cpm - The process capability mean to set for.
- Returns
Nothing
- Scope
All
setCpu(cpu)
Description
Sets the upper process capability index.
Syntax
setCpu(cpu)
- Parameters
Double cpu - The upper process capability index to set for.
- Returns
Nothing
- Scope
All
setCr(cr)
Description
Sets the reciprocal of process capability.
Syntax
setCr(cr)
- Parameters
Double cr - The reciprocal of process capability.
- Returns
Nothing
- Scope
All
setLcl(lcl)
Description
Sets the lower control limit.
Syntax
setLcl(lcl)
- Parameters
Double lcl - The lower control 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
setStandardDeviation(standardDeviation)
Description
Sets the estimated standard deviation.
Syntax
setStandardDeviation(standardDeviation)
- Parameters
Double standardDeviation - The estimated 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