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

Class Bushing

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

Bushing asset.Bushing asset.

Instance Methods [hide private]
 
__init__(self, c2PowerFactor=0.0, c2Capacitance=0.0, c1PowerFactor=0.0, insulationKind='solidPorcelain', c1Capacitance=0.0, Terminal=None, BushingInsulationPFs=None, *args, **kw_args)
Initialises a new 'Bushing' instance.
 
addBushingInsulationPFs(self, *BushingInsulationPFs)
 
getBushingInsulationPFs(self)
 
getTerminal(self)
 
removeBushingInsulationPFs(self, *BushingInsulationPFs)
 
setBushingInsulationPFs(self, value)
 
setTerminal(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 = {'c1Capacitance': <type 'float'>, 'c1PowerFactor...
  _attrs = ['c2PowerFactor', 'c2Capacitance', 'c1PowerFactor', '...
  _defaults = {'c1Capacitance': 0.0, 'c1PowerFactor': 0.0, 'c2Ca...
  _enums = {'insulationKind': 'BushingInsulationKind'}
  _many_refs = ['BushingInsulationPFs']
  _refs = ['Terminal', 'BushingInsulationPFs']

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

Properties [hide private]
  BushingInsulationPFs
  Terminal

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, c2PowerFactor=0.0, c2Capacitance=0.0, c1PowerFactor=0.0, insulationKind='solidPorcelain', c1Capacitance=0.0, Terminal=None, BushingInsulationPFs=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Bushing' instance.

Parameters:
  • c2PowerFactor - Factory measured insulation power factor, measured between the power factor tap and ground.
  • c2Capacitance - Factory measured capacitance measured between the power factor tap and ground.
  • c1PowerFactor - Factory measured insulation power factor, measured between the power factor tap and the bushing conductor.
  • insulationKind - Kind of insulation. Values are: "solidPorcelain", "compound", "other", "paperoil"
  • c1Capacitance - Factory measured capacitance, measured between the power factor tap and the bushing conductor.
  • Terminal
  • BushingInsulationPFs
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'c1Capacitance': <type 'float'>,
 'c1PowerFactor': <type 'float'>,
 'c2Capacitance': <type 'float'>,
 'c2PowerFactor': <type 'float'>,
 'insulationKind': <type 'str'>}

_attrs

Value:
['c2PowerFactor',
 'c2Capacitance',
 'c1PowerFactor',
 'insulationKind',
 'c1Capacitance']

_defaults

Value:
{'c1Capacitance': 0.0,
 'c1PowerFactor': 0.0,
 'c2Capacitance': 0.0,
 'c2PowerFactor': 0.0,
 'insulationKind': 'solidPorcelain'}

Property Details [hide private]

BushingInsulationPFs

Get Method:
getBushingInsulationPFs(self)
Set Method:
setBushingInsulationPFs(self, value)

Terminal

Get Method:
getTerminal(self)
Set Method:
setTerminal(self, value)