InitSingleUncertainty
Structure
InitSingleUncertainty(sCompany, sEquipID, iEventNum)
Parameters
| Parameter | Type | Description
| sCompany | String | The company of the equipment being calibrated and put into single point uncertainty modesEquipID | String | The I.D. of the equipment being calibrated and put into single point uncertainty modeiEventNum | Integer | The Event Number where the uncertainty calculation should be performed |
Return Value
None
Description
This procedure initiates a Single Uncertainty Calculation and takes 3 parameters to represent the equipment and event that should be used for the uncertainty calculation process.
Example
If LookupNextEventStep = "tsTestPoints" then
PopulateUncertaintyData
ReviewUncertaintyMapping
InitSingleUncertainty(LookupEquipmentCompany, LookupEquipmentID, LookupCurrentEventNum)
dResult = GetCalcUncertainty(1)
ShowMessage(dResult)
end if
Application Compatibility
IndySoft Calibration Management, IndySoft Commercial Lab Management
Also See
No related topics |