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

Class StructureSupport

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

Support for structure assets.Support for structure assets.

Instance Methods [hide private]
 
__init__(self, anchorRodCount=0, length=0.0, anchorRodLength=0.0, direction=0.0, anchorKind='concrete', kind='guy', size='', SecuredStructure=None, *args, **kw_args)
Initialises a new 'StructureSupport' instance.
 
getSecuredStructure(self)
 
setSecuredStructure(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 = {'anchorKind': <type 'str'>, 'anchorRodCount': <...
  _attrs = ['anchorRodCount', 'length', 'anchorRodLength', 'dire...
  _defaults = {'anchorKind': 'concrete', 'anchorRodCount': 0, 'a...
  _enums = {'anchorKind': 'AnchorKind', 'kind': 'StructureSuppor...
  _many_refs = []
  _refs = ['SecuredStructure']

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

Properties [hide private]
  SecuredStructure

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, anchorRodCount=0, length=0.0, anchorRodLength=0.0, direction=0.0, anchorKind='concrete', kind='guy', size='', SecuredStructure=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'StructureSupport' instance.

Parameters:
  • anchorRodCount - (if anchor) Number of rods used.
  • length - Length of this support structure.
  • anchorRodLength - (if anchor) Length of rod used.
  • direction - Direction of this support structure.
  • anchorKind - (if anchor) Kind of anchor. Values are: "concrete", "helix", "unknown", "multiHelix", "screw", "rod", "other"
  • kind - Kind of structure support. Values are: "guy", "anchor"
  • size - Size of this support structure.
  • SecuredStructure
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'anchorKind': <type 'str'>,
 'anchorRodCount': <type 'int'>,
 'anchorRodLength': <type 'float'>,
 'direction': <type 'float'>,
 'kind': <type 'str'>,
 'length': <type 'float'>,
 'size': <type 'str'>}

_attrs

Value:
['anchorRodCount',
 'length',
 'anchorRodLength',
 'direction',
 'anchorKind',
 'kind',
 'size']

_defaults

Value:
{'anchorKind': 'concrete',
 'anchorRodCount': 0,
 'anchorRodLength': 0.0,
 'direction': 0.0,
 'kind': 'guy',
 'length': 0.0,
 'size': ''}

_enums

Value:
{'anchorKind': 'AnchorKind', 'kind': 'StructureSupportKind'}

Property Details [hide private]

SecuredStructure

Get Method:
getSecuredStructure(self)
Set Method:
setSecuredStructure(self, value)