Elipse Plant Manager — EPM Web API

Version 5.0.45

epmwebapi.epmobject

class EpmObject:

Class representing an EPM Object.

EpmObject(epmConnection, itemPath, path, name, type='')
def enumObjects(self) -> collections.OrderedDict:
Returns

An Ordered Dictionary with all child objects from this object.

def enumProperties(self) -> OrderedDict[str, epmwebapi.epmproperty.EpmProperty]:
Returns

An Ordered Dictionary with all Properties from this object.

name: str
Returns

Name of this object.

path: str
Returns

Path of this object.

type: str

Returns or sets the type of this object.

Parameters
  • value: Name for the type of this object.