Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module Joint' :: Class Joint
[hide private]
[frames] | no frames]

Class Joint

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
               IEC61968.Assets.Asset'.Asset --+
                                              |
                                             Joint

Joint connects two or more cables. It includes the portion of cable under wipes, welds, or other seals.Joint connects two or more cables. It includes the portion of cable under wipes, welds, or other seals.

Instance Methods [hide private]
 
__init__(self, insulation='', fillKind='epoxy', configurationKind='other', *args, **kw_args)
Initialises a new 'Joint' instance.

Inherited from IEC61968.Assets.Asset'.Asset: addActivityRecords, addAssetFunctions, addAssetPropertyCurves, addChangeItems, addDocumentRoles, addErpOrganisationRoles, addErpRecDeliveryItems, addFromAssetRoles, addMeasurements, addMediums, addPowerSystemResources, addProperties, addRatings, addReliabilityInfos, addScheduledEvents, addToAssetRoles, getActivityRecords, getAssetContainer, getAssetFunctions, getAssetInfo, getAssetPropertyCurves, getChangeItems, getDocumentRoles, getErpInventory, getErpItemMaster, getErpOrganisationRoles, getErpRecDeliveryItems, getFinancialInfo, getFromAssetRoles, getLocation, getMeasurements, getMediums, getPowerSystemResources, getProperties, getRatings, getReliabilityInfos, getScheduledEvents, getToAssetRoles, getWorkTask, removeActivityRecords, removeAssetFunctions, removeAssetPropertyCurves, removeChangeItems, removeDocumentRoles, removeErpOrganisationRoles, removeErpRecDeliveryItems, removeFromAssetRoles, removeMeasurements, removeMediums, removePowerSystemResources, removeProperties, removeRatings, removeReliabilityInfos, removeScheduledEvents, removeToAssetRoles, setActivityRecords, setAssetContainer, setAssetFunctions, setAssetInfo, setAssetPropertyCurves, setChangeItems, setDocumentRoles, setErpInventory, setErpItemMaster, setErpOrganisationRoles, setErpRecDeliveryItems, setFinancialInfo, setFromAssetRoles, setLocation, setMeasurements, setMediums, setPowerSystemResources, setProperties, setRatings, setReliabilityInfos, setScheduledEvents, setToAssetRoles, setWorkTask

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__

Class Variables [hide private]
  _attr_types = {'configurationKind': <type 'str'>, 'fillKind': ...
  _attrs = ['insulation', 'fillKind', 'configurationKind']
  _defaults = {'configurationKind': 'other', 'fillKind': 'epoxy'...
  _enums = {'configurationKind': 'JointConfigurationKind', 'fill...
  _many_refs = []
  _refs = []

Inherited from IEC61968.Assets.Asset'.Asset: acceptanceTest, electronicAddress, status

Properties [hide private]

Inherited from IEC61968.Assets.Asset'.Asset: ActivityRecords, AssetContainer, AssetFunctions, AssetInfo, AssetPropertyCurves, ChangeItems, DocumentRoles, ErpInventory, ErpItemMaster, ErpOrganisationRoles, ErpRecDeliveryItems, FinancialInfo, FromAssetRoles, Location, Measurements, Mediums, PowerSystemResources, Properties, Ratings, ReliabilityInfos, ScheduledEvents, ToAssetRoles, WorkTask

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, insulation='', fillKind='epoxy', configurationKind='other', *args, **kw_args)
(Constructor)

 

Initialises a new 'Joint' instance.

Parameters:
  • insulation - The type of insulation around the joint, classified according to the utility's asset management standards and practices.
  • fillKind - Material used to fill the joint. Values are: "epoxy", "noFillPrefab", "airNoFilling", "other", "asphaltic", "insoluseal", "oil", "noVoid", "petrolatum", "bluefill254"
  • configurationKind - Configuration of joint. Values are: "other", "wires2to1", "wires3to1", "wires1to1"
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'configurationKind': <type 'str'>,
 'fillKind': <type 'str'>,
 'insulation': <type 'str'>}

_defaults

Value:
{'configurationKind': 'other', 'fillKind': 'epoxy', 'insulation': ''}

_enums

Value:
{'configurationKind': 'JointConfigurationKind',
 'fillKind': 'JointFillKind'}