Process Capability and Process Performance Event

Sepasoft MES Module Suite

The event is created to calculate a process capability and a process performance.

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 the 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

getCpLcl()

Description

Gets the lower control limit of the process capability.

Syntax

getCpLcl()


  • Parameters

None

  • Returns

Double cpLcl - The lower control limit of the process capability.

  • Scope

All

getCpm()

Description

Gets the process capability index of the mean.

Syntax

getCpm()


  • Parameters

None

  • Returns

Double cpm - The process capability index of the mean.

  • Scope

All

getCpStandardDeviation()

Description

Gets the estimated standard deviation of the process capability.

Syntax

getCpStandardDeviation()


  • Parameters

None

  • Returns

Double cpStadardDeviation - The estimated standard deviation of the process capability.

  • Scope

All

getCpu()

Description

Gets the upper process capability index.

Syntax

getCpu()


  • Parameters

None

  • Returns

Double cpu - The upper process capability index.

  • Scope

All

getCpUcl()

Description

Gets the upper control limit of the process capability.

Syntax

getCpUcl()


  • Parameters

None

  • Returns

Double cpUcl- The upper control limit of the process capability.

  • Scope

All

getCr()

Description

Gets the reciprocal of the process capability.

Syntax

getCr()


  • Parameters

None

  • Returns

Double cr - The reciprocal of the process capability.

  • Scope

All

getData()

Description

Gets the SPC data.

Syntax

getData()


  • Parameters

None

  • Returns

AnalysisDataset data - The SPC data.

  • Scope

All

getLsl()

Description

Gets the lower specification limit.

Syntax

getLsl()


  • Parameters

None

  • Returns

Double lsl - The lower specification limit.

  • Scope

All

getMean()

Description

Gets the mean.

Syntax

getMean()


  • Parameters

None

  • Returns

Double mean - The mean.

  • Scope

All

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

getPpLcl()

Description

Gets the lower control limit of the process performance.

Syntax

getPpLcl()


  • Parameters

None

  • Returns

Double ppLcl - The lower control limit of the process performance.

  • 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

getPpStandardDeviation()

Description

Gets the actual standard deviation of the process performance.

Syntax

getPpStandardDeviation()


  • Parameters

None

  • Returns

Double ppStandardDeviation - The actual standard deviation of the process performance.

  • Scope

All

getPpu()

Description

Gets the upper process performance index.

Syntax

getPpu()


  • Parameters

None

  • Returns

Double ppu - The upper process performance index.

  • Scope

All

getPpUcl()

Description

Gets the upper control limit of the process performance.

Syntax

getPpUcl()


  • Parameters

None

  • Returns

Double ppUCL - The upper control limit of the process performance.

  • 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

getTarget()

Description

Gets the target.

Syntax

getTarget()


  • Parameters

None

  • Returns

Double target - The target.

  • 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

setCpLcl(lcl)

Description

Sets the lower control limit of the process capability.

Syntax

setCpLcl(lcl)


  • Parameters

Double lcl - The lower control limit of the process capability to set for.

  • Returns

Nothing

  • Scope

All

setCpm(cpm)

Description

Sets the process capability index of the mean.

Syntax

setCpm(cpm)


  • Parameters

Double cpm - The process capability index of the mean to set for.

  • Returns

Nothing

  • Scope

All

setCpStandardDeviation(standardDeviation)

Description

Sets the estimated standard deviation of the process capability.

Syntax

setCpStandardDeviation(standardDeviation)


  • Parameters

Double standardDeviation - The estimated standard deviation of the process capability 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

setCpUcl(ucl)

Description

Sets the upper control limit of the process capability.

Syntax

setCpUcl(ucl)


  • Parameters

Double ucl - The upper control limit of the process capability to set for.

  • Returns

Nothing

  • Scope

All

setCr(cr)

Description

Sets the reciprocal of the process capability.

Syntax

setCr(cr)


  • Parameters

Double cr - The reciprocal of the process capability 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

setPpLcl(lcl)

Description

Sets the lower control limit of the process performance.

Syntax

setPpLcl(lcl)


  • Parameters

Double lcl - The lower control limit of the process performance 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

setPpStandardDeviation(standardDeviation)

Description

Sets the actual standard deviation of the process performance.

Syntax

setPpStandardDeviation(standardDeviation)


  • Parameters

Double standardDeviation - The actual standard deviation of the process performance.

  • 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

setPpUcl(ucl)

Description

Sets the upper control limit of the process performance.

Syntax

setPpUcl(ucl)


  • Parameters

Double ucl - The upper control limit of the process performance 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

 

 

Sepasoft MES Module Suite