AbstractMESObject

Sepasoft MES Module Suite

AbstractMESObject

The AbstractMESObject implements the objects defined by ISA as well as other useful MES objects. All objects that inherit from the AbstractMESObject share properties, functions and events.

For information, see ISA 95

Object Creation

system.mes.loadMESObject() 

Code Example

Python
#Get the MES object for a given name and MES object type
obj = system.mes.loadMESObject('Balsamic Vinegar', 'MaterialDef')

Python
#If an MES Object Link object was returned from a scripting or object function, then the following will return the full MES object instance
obj = objLink.getMESObject()


Sepasoft MES Module Suite