Compatible unit at a given design location.Compatible unit at a given
design location.
|
|
__init__(self,
energizationFlag=False,
cuUsage='',
removalDate='',
cuAction='install',
cuAccount='',
cuQuantity='',
ConditionFactors=None,
CompatibleUnits=None,
WorkTasks=None,
Designs=None,
CUGroups=None,
DesignLocation=None,
status=None,
*args,
**kw_args)
Initialises a new 'DesignLocationCU' instance. |
|
|
|
|
| addCUGroups(self,
*CUGroups) |
|
|
|
|
| addCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| addConditionFactors(self,
*ConditionFactors) |
|
|
|
|
| addDesigns(self,
*Designs) |
|
|
|
|
| addWorkTasks(self,
*WorkTasks) |
|
|
|
|
|
|
|
|
|
|
| getConditionFactors(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeCUGroups(self,
*CUGroups) |
|
|
|
|
| removeCompatibleUnits(self,
*CompatibleUnits) |
|
|
|
|
| removeConditionFactors(self,
*ConditionFactors) |
|
|
|
|
| removeDesigns(self,
*Designs) |
|
|
|
|
| removeWorkTasks(self,
*WorkTasks) |
|
|
|
|
|
|
|
| setCompatibleUnits(self,
value) |
|
|
|
|
| setConditionFactors(self,
value) |
|
|
|
|
| setDesignLocation(self,
value) |
|
|
|
|
|
|
|
| setWorkTasks(self,
value) |
|
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'cuAccount': <type 'str'>, 'cuAction': <type 's...
|
|
|
_attrs = ['energizationFlag', 'cuUsage', 'removalDate', 'cuAct...
|
|
|
_defaults = {'cuAccount': '', 'cuAction': 'install', 'cuQuanti...
|
|
|
_enums = {'cuAction': 'WorkActionKind'}
|
|
|
_many_refs = ['ConditionFactors', 'CompatibleUnits', 'WorkTask...
|
|
|
_refs = ['ConditionFactors', 'CompatibleUnits', 'WorkTasks', '...
|
|
|
status = None
|