Sepasoft MES Module Suite
Response Production Setting Property
|
This object is not derived from the MESAbstractObject. Instead it is derived from the AbstractMESComplexProperty and inherits all the exposed properties, methods and events for that object. |
Object Creation
- Request Segment Object.getProductionSettingsProperty()
Python |
oper = system.mes.loadMESObject('Basil-Enterprise:Site:Area:Line 4', 'OperationsDefinition') objList = system.mes.createSchedule(oper) for obj in objList: if obj.getMESObjectType().getName() == 'RequestSegment': prop = obj.getProductionSettingsProperty(eqPath) print prop.getOEERate() |
- Response Segment Object.getProductionSettingsProperty()
Python |
eqPath = '[global]\Enterprise\Site\Area\Line 4' operSeg = system.mes.loadMESObject('Basil-Enterprise:Site:Area:Line 4', 'OperationsSegment') rspSeg = system.mes.createSegment(operSeg, eqPath) print type(rspSeg) prop = rspSeg.getProductionSettingsProperty(eqPath) print prop.getOEERate() |
Use
No functions or components directly use this object.
Object Functions
getEquipmentRef()
Get reference to the equipment property.
getEquipmentRef()
- Parameters
None
- Returns
MESObjectLink equipmentRef - Reference to the equipment property.
- Scope
All
getEquipmentRefProperty()
Get the equipment reference property.
getEquipmentRefProperty()
- Parameters
None
- Returns
String equipmentRefProperty - The equipment reference property.
- Scope
All
getEquipmentRefType()
Get the type of equipment reference.
getEquipmentRefType()
- Parameters
None
- Returns
String equipmentRefType - The type of equipment reference.
- Scope
All
getEquipmentRefUUID()
Get the UUID that corresponds to equipment reference.
getEquipmentRefUUID()
- Parameters
None
- Returns
String equipmentRefUUID - The unique identifier that corresponds to equipment reference.
- Scope
All
getInfeedEquipmentRef()
Get reference to the infeed equipment.
getInfeedEquipmentRef()
- Parameters
None
- Returns
MESObjectLink equipmentRef - Reference to the infeed equipment.
- Scope
All
getInfeedEquipmentRefType()
Get the type of infeed equipment reference.
getInfeedEquipmentRefType()
- Parameters
None
- Returns
String equipmentRefType - The type of infeed equipment reference.
- Scope
All
getInfeedEquipmentRefUUID()
Get the uuid that corresponds to infeed equipment reference.
getInfeedEquipmentRefUUID()
- Parameters
None
- Returns
String equipmentRefUUID - The unique identifier that corresponds to infeed equipment reference.
- Scope
All
getInfeedScale()
Get the infeed scale.
getInfeedScale()
- Parameters
None
- Returns
Double infeedScale - The infeed scale.
- Scope
All
getInfeedUnits()
Get the infeed units.
getInfeedUnits()
- Parameters
None
- Returns
String units - The infeed units.
- Scope
All
getModeRef()
Get reference to the mode.
getModeRef()
- Parameters
None
- Returns
MESObjectLink mesObjectLink - The reference to mode.
- Scope
All
getModeRefProperty()
Get the mode reference property.
getModeRefProperty()
- Parameters
None
- Returns
MESProductionSettingsModeRefProperty refProperty - The mode reference property.
- Scope
All
getModeRefType()
Get the type of mode reference.
getModeRefType()
- Parameters
None
- Returns
String refType - The type of mode reference.
- Scope
All
getModeRefUUID()
Get the uuid of mode reference.
getModeRefUUID()
- Parameters
None
- Returns
String refUUID - The uuid of mode reference.
- Scope
All
getOEERate()
Get the OEE rate.
getOEERate()
- Parameters
None
- Returns
Double rate - The OEE rate.
- Scope
All
getOEERatePeriod()
Get the OEE rate period.
getOEERatePeriod()
- Parameters
None
- Returns
String ratePeriod - The OEE rate period.
- Scope
All
getOutfeedEquipmentRef()
Get reference to the outfeed equipment.
getOutfeedEquipmentRef()
- Parameters
None
- Returns
MESObjectLink outfeedRef - Reference to the outfeed equipment.
All
getOutfeedEquipmentRefType()
Get reference type of the outfeed equipment.
getOutfeedEquipmentRefType()
- Parameters
None
- Returns
String outfeedRefType - Reference type of the outfeed equipment.
All
getOutfeedEquipmentRefUUID()
Get reference UUID of the outfeed equipment.
getOutfeedEquipmentRefUUID()
- Parameters
None
- Returns
String outfeedRefUUID - Reference uuid of the outfeed equipment.
All
getOutfeedUnits()
Get the units for outfeed count.
getOutfeedUnits()
- Parameters
None
- Returns
String units - The units for outfeed count.
All
getPackageCount()
Get the package count.
getPackageCount()
- Parameters
None
- Returns
Double count - The package count.
All
getRejectScale()
Get the reject scale.
getRejectScale()
- Parameters
None
- Returns
Double scale - The reject scale.
All
getRejectUnits()
Get the reject units.
getRejectUnits()
- Parameters
None
- Returns
Double units - The reject units.
All
setEquipmentRef(equipmentRef)
Set reference to the equipment property.
setEquipmentRef(equipmentRef)
- Parameters
MESObjectLink equipmentRef - Reference to the equipment property.
- Returns
Nothing
- Scope
All
setEquipmentRefType(equipmentRefType)
Set the type of equipment reference.
setEquipmentRefType(equipmentRefType)
- Parameters
String equipmentRefType - The type of equipment reference.
- Returns
Nothing
- Scope
All
setEquipmentRefUUID(equipmentRefUUID)
Set the uuid that corresponds to equipment reference.
setEquipmentRefUUID(equipmentRefUUID)
- Parameters
String equipmentRefUUID - The unique identifier that corresponds to equipment reference.
- Returns
Nothing
- Scope
All
setInfeedEquipmentRef(mesObjectLink)
Set reference to infeed equipment.
setInfeedEquipmentRef(mesObjectLink)
- Parameters
MESObjectLink mesObjectLink - Reference to the infeed equipment.
- Returns
Nothing
- Scope
All
setInfeedEquipmentRefType(equipmentRefType)
Set the type of infeed equipment reference.
setInfeedEquipmentRefType(equipmentRefType)
- Parameters
String equipmentRefType - The type of infeed equipment reference.
- Returns
Nothing
- Scope
All
setInfeedEquipmentRefUUID(equipmentRefUUID)
Set the uuid of infeed equipment reference.
setInfeedEquipmentRefUUID(equipmentRefUUID)
- Parameters
String equipmentRefUUID - The uuid of infeed equipment reference.
- Returns
Nothing
- Scope
All
setInfeedScale(infeedScale)
Set the infeed scale.
setInfeedScale(infeedScale)
- Parameters
Double infeedScale - The infeed scale.
- Returns
Nothing
- Scope
All
setInfeedUnits(units)
Set the infeed units.
setInfeedUnits(units)
- Parameters
String units - The infeed units.
- Returns
Nothing
- Scope
All
setModeRef(mesObjectLink)
Set reference to the mode.
setModeRef(mesObjectLink)
- Parameters
MESObjectLink mesObjectLink - The reference to mode.
- Returns
Nothing
- Scope
All
setModeRefType(refType)
Set the type of mode reference.
setModeRefType(refType)
- Parameters
String refType - The type of mode reference.
- Returns
Nothing
- Scope
All
setModeRefUUID(refUUID)
Set the UUID of mode reference.
setModeRefUUID(refUUID)
- Parameters
String refUUID - The uuid of mode reference.
- Returns
Nothing
- Scope
All
setOEERate(rate)
Set the OEE rate.
setOEERate(rate)
- Parameters
Double rate - The OEE rate.
- Returns
Nothing
- Scope
All
Set reference to the outfeed equipment.
setOutfeedEquipmentRef(outfeedRef)
- Parameters
MESObjectLink outfeedRef - Reference to the outfeed equipment.
- Returns
Nothing
All
setOutfeedEquipmentRefType(outfeedRefType)
Set reference type of the outfeed equipment.
setOutfeedEquipmentRefType(outfeedRefType)
- Parameters
String outfeedRefType - Reference type of the outfeed equipment.
- Returns
Nothing
All
setOutfeedEquipmentRefUUID(outfeedRefUUID)
Set reference uuid of the outfeed equipment.
setOutfeedEquipmentRefUUID(outfeedRefUUID)
- Parameters
String outfeedRefUUID - Reference uuid of the outfeed equipment.
- Returns
Nothing
All
setOutfeedUnits(units)
Set the units for outfeed count.
setOutfeedUnits(units)
- Parameters
String units - The units for outfeed count.
- Returns
Nothing
All
setPackageCount(count)
Set the package count.
setPackageCount(count)
- Parameters
Double count - The package count.
- Returns
Nothing
All
setRejectScale(scale)
Set the reject scale.
setRejectScale(scale)
- Parameters
Double scale - The reject scale.
- Returns
Nothing
All
setRejectUnits(units)
Set the reject units.
setRejectUnits(units)
- Parameters
Double units - The reject units.
- Returns
Nothing
All
Sepasoft MES Module Suite