Sepasoft MES Module Suite
invalidateAnalysisCache
These script functions are used to clear the MES analysis cache. If the equipmentPath parameter is not provided, all of the equipment caches are cleared. If the equipmentPath parameter is provided, then only the corresponding equipment cache is cleared.
See below:
system.mes.analysis.invalidateAnalysisCache(equipmentPath)
Clears the MES analysis cache for the corresponding equipment.
Syntax
system.mes.analysis.invalidateAnalysisCache(equipmentPath)
- Parameters
String equipmentPath - Optional path to the equipment that the cache will be cleared.
- Returns
None
- Scope
All
Python |
eqPath = '[global]\Nuts Unlimited\Folsom\Mixing\Mixing Line 1' system.mes.analysis.invalidateAnalysisCache(eqPath) |
system.mes.analysis.invalidateAnalysisCache()
Clears the MES analysis cache. All of the equipment caches are cleared.
Syntax
system.mes.analysis.invalidateAnalysisCache()
- Parameters
None
- Returns
Nothing
- Scope
All
Python |
system.mes.analysis.invalidateAnalysisCache() |
Sepasoft MES Module Suite