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

Class PotentialTransformerInfo

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
       IEC61968.Assets.AssetInfo'.AssetInfo --+
                                              |
                                             PotentialTransformerInfo

Properties of potential transformer asset.Properties of potential transformer asset.

Instance Methods [hide private]
 
__init__(self, ptClass='', accuracyClass='', nominalRatio=None, primaryRatio=None, tertiaryRatio=None, PTs=None, secondaryRatio=None, *args, **kw_args)
Initialises a new 'PotentialTransformerInfo' instance.
 
addPTs(self, *PTs)
 
getPTs(self)
All potential (voltage) transformers described by this data.
 
removePTs(self, *PTs)
 
setPTs(self, value)

Inherited from IEC61968.Assets.AssetInfo'.AssetInfo: getAssetModel, getAssets, getDimensionsInfo, setAssetModel, setAssets, setDimensionsInfo

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 = {'accuracyClass': <type 'str'>, 'ptClass': <type...
  _attrs = ['ptClass', 'accuracyClass']
  _defaults = {'accuracyClass': '', 'ptClass': ''}
  _many_refs = ['PTs']
  _refs = ['nominalRatio', 'primaryRatio', 'tertiaryRatio', 'PTs...
  nominalRatio = None
  primaryRatio = None
  secondaryRatio = None
  tertiaryRatio = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  PTs
All potential (voltage) transformers described by this data.

Inherited from IEC61968.Assets.AssetInfo'.AssetInfo: AssetModel, Assets, DimensionsInfo

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, ptClass='', accuracyClass='', nominalRatio=None, primaryRatio=None, tertiaryRatio=None, PTs=None, secondaryRatio=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PotentialTransformerInfo' instance.

Parameters:
  • ptClass
  • accuracyClass
  • nominalRatio
  • primaryRatio - Ratio for the primary winding tap changer.
  • tertiaryRatio - Ratio for the tertiary winding tap changer.
  • PTs - All potential (voltage) transformers described by this data.
  • secondaryRatio - Ratio for the secondary winding tap changer.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'accuracyClass': <type 'str'>, 'ptClass': <type 'str'>}

_refs

Value:
['nominalRatio',
 'primaryRatio',
 'tertiaryRatio',
 'PTs',
 'secondaryRatio']

Property Details [hide private]

PTs

All potential (voltage) transformers described by this data.

Get Method:
getPTs(self) - All potential (voltage) transformers described by this data.
Set Method:
setPTs(self, value)