Sepasoft MES Module Suite
MESPropertyValueFilter Object
The MESPropertyValueFilter object is used to define custom property value filters that are used by script functions to return lot objects or other objects that contain the defined properties.
Object Creation
The following scripting functions can be used to return a list of property value filter objects.
system.mes.lot.filter.parseCustomPropertyValueFilter()
- system.mes.object.filter.parseCustomPropertyValueFilter()
How parseCustomPropertyValueFilter() works
The parseCustomPropertyValueFilter() function takes in a comma delimited string of filter parameters and returns a list of MESPropertyValueFilter objects that can then be passed to the filter object.
The following object methods can be used to return this type of object.
- MES Lot Filter Object.getCustomPropertyValueFilter()
- MES Object Filter Object.getCustomPropertyValueFilter()
Use
The following object methods use this type of object.
- MES Lot Filter Object.setCustomPropertyValueFilter()
- MES Object Filter Object.setCustomPropertyValueFilter()
Object Properties
This object inherits the AbstractMESObject properties.
Object Functions
This object provides the following functions:
This object inherits the AbstractMESObject functions.
Sepasoft MES Module Suite