Control Limit Calculated Value

Sepasoft MES Module Suite

Calculated Value | Control Limits

When using the calcControlLimitValue functions, the new calculated control limit value and any messages are returned in this object. Most control limits are a single value across all samples. The p and u chart control limits can have different values for each sample. In this case, the results are returned in a Dataset that is also in this object.

Object Functions

getCalculatedValue()

Description

Returns the new single control limit value.

Syntax

getCalculatedValue()

 

  • Parameters

None

  • Returns

Double value - The calculated value of the control limit.

  • Scope

All

getData()

Description

 Returns multiple control limit value that vary for each sample.

Syntax

getData()

 

  • Parameters

None

  • Returns

AnalysisDataset - The dataset containing control limit calculated value.

  • Scope

All

getMessage()

Description

 Message of why the control limit cannot be calculated.

Syntax

getMessage()

 

  • Parameters

None

  • Returns

String message - An error message regarding the control limit calculation failure.

  • Scope

All

hasMessage()

Description

 Returns True if a message exists.

Syntax

hasMessage()

 

  • Parameters

None

  • Returns

Boolean - True if the message exists and False otherwise.

  • Scope

All

setData(data)

Description

Sets the dataset for control limit value.

Syntax

setData(data)

 

  • Parameters

AnalysisDataset - The dataset containing control limit calculated value.

  • Returns

Nothing

  • Scope

All



 

Sepasoft MES Module Suite