Specification can be used for various purposes relative to an asset, a
logical device (PowerSystemResource), location, etc. Examples include
documents supplied by manufacturers such as asset installation
instructions, asset maintenance instructions, etc.Specification can be
used for various purposes relative to an asset, a logical device
(PowerSystemResource), location, etc. Examples include documents supplied
by manufacturers such as asset installation instructions, asset
maintenance instructions, etc.
|
|
__init__(self,
AssetPropertyCurves=None,
Mediums=None,
AssetProperites=None,
ReliabilityInfos=None,
DimensionsInfos=None,
Ratings=None,
QualificationRequirements=None,
*args,
**kw_args)
Initialises a new 'Specification' instance. |
|
|
|
|
| addAssetProperites(self,
*AssetProperites) |
|
|
|
|
| addAssetPropertyCurves(self,
*AssetPropertyCurves) |
|
|
|
|
| addDimensionsInfos(self,
*DimensionsInfos) |
|
|
|
|
| addMediums(self,
*Mediums) |
|
|
|
|
| addQualificationRequirements(self,
*QualificationRequirements) |
|
|
|
|
| addRatings(self,
*Ratings) |
|
|
|
|
| addReliabilityInfos(self,
*ReliabilityInfos) |
|
|
|
|
getAssetProperites(self)
UserAttributes used to specify further properties of the asset
covered with this specification. |
|
|
|
|
| getAssetPropertyCurves(self) |
|
|
|
|
|
|
|
|
|
|
| getQualificationRequirements(self) |
|
|
|
|
getRatings(self)
UserAttributes used to specify ratings of the asset covered by this
specification. |
|
|
|
|
| getReliabilityInfos(self) |
|
|
|
|
| removeAssetProperites(self,
*AssetProperites) |
|
|
|
|
| removeAssetPropertyCurves(self,
*AssetPropertyCurves) |
|
|
|
|
| removeDimensionsInfos(self,
*DimensionsInfos) |
|
|
|
|
| removeMediums(self,
*Mediums) |
|
|
|
|
| removeQualificationRequirements(self,
*QualificationRequirements) |
|
|
|
|
| removeRatings(self,
*Ratings) |
|
|
|
|
| removeReliabilityInfos(self,
*ReliabilityInfos) |
|
|
|
|
| setAssetProperites(self,
value) |
|
|
|
|
| setAssetPropertyCurves(self,
value) |
|
|
|
|
| setDimensionsInfos(self,
value) |
|
|
|
|
|
|
|
| setQualificationRequirements(self,
value) |
|
|
|
|
|
|
|
| setReliabilityInfos(self,
value) |
|
|
|
Inherited from IEC61968.Common.Document'.Document:
addActivityRecords,
addAssetRoles,
addChangeItems,
addChangeSets,
addErpOrganisationRoles,
addErpPersonRoles,
addFromDocumentRoles,
addMeasurements,
addNetworkDataSets,
addPowerSystemResourceRoles,
addScheduleParameterInfos,
addScheduledEvents,
addToDocumentRoles,
getActivityRecords,
getAssetRoles,
getChangeItems,
getChangeSets,
getErpOrganisationRoles,
getErpPersonRoles,
getFromDocumentRoles,
getMeasurements,
getNetworkDataSets,
getPowerSystemResourceRoles,
getScheduleParameterInfos,
getScheduledEvents,
getToDocumentRoles,
removeActivityRecords,
removeAssetRoles,
removeChangeItems,
removeChangeSets,
removeErpOrganisationRoles,
removeErpPersonRoles,
removeFromDocumentRoles,
removeMeasurements,
removeNetworkDataSets,
removePowerSystemResourceRoles,
removeScheduleParameterInfos,
removeScheduledEvents,
removeToDocumentRoles,
setActivityRecords,
setAssetRoles,
setChangeItems,
setChangeSets,
setErpOrganisationRoles,
setErpPersonRoles,
setFromDocumentRoles,
setMeasurements,
setNetworkDataSets,
setPowerSystemResourceRoles,
setScheduleParameterInfos,
setScheduledEvents,
setToDocumentRoles
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__
|