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

Class ConductorAsset

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

Physical asset used to perform the conductor's role.Physical asset used to perform the conductor's role.

Instance Methods [hide private]
 
__init__(self, isHorizontal=False, groundingMethod='', insulated=False, CircuitSection=None, ConductorSegment=None, *args, **kw_args)
Initialises a new 'ConductorAsset' instance.
 
getCircuitSection(self)
 
getConductorSegment(self)
 
setCircuitSection(self, value)
 
setConductorSegment(self, value)

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 = {'groundingMethod': <type 'str'>, 'insulated': <...
  _attrs = ['isHorizontal', 'groundingMethod', 'insulated']
  _defaults = {'groundingMethod': '', 'insulated': False, 'isHor...
  _many_refs = []
  _refs = ['CircuitSection', 'ConductorSegment']

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  CircuitSection
  ConductorSegment

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, isHorizontal=False, groundingMethod='', insulated=False, CircuitSection=None, ConductorSegment=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConductorAsset' instance.

Parameters:
  • isHorizontal - True when orientation is horizontal (e.g., transmission and distribution lines), false if vertical (e.g. a riser for underground to overhead service).
  • groundingMethod - Description of the method used for grounding the conductor. For a cable, the grounding/bonding shield may be multi-point, single-point, cross cable, or other.
  • insulated - True if conductor asset has an insulator around the core material.
  • CircuitSection
  • ConductorSegment
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'groundingMethod': <type 'str'>,
 'insulated': <type 'bool'>,
 'isHorizontal': <type 'bool'>}

_defaults

Value:
{'groundingMethod': '', 'insulated': False, 'isHorizontal': False}

Property Details [hide private]

CircuitSection

Get Method:
getCircuitSection(self)
Set Method:
setCircuitSection(self, value)

ConductorSegment

Get Method:
getConductorSegment(self)
Set Method:
setConductorSegment(self, value)